Skip to content

Commit 578700d

Browse files
committed
Update README
1 parent eb8cb6e commit 578700d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@ These transliteration systems currently work:
2727

2828
[source,sh]
2929
----
30+
# Transliterating Russian Cyrillic to Latin using the Streamlined System for Russian
3031
interscript samples/rus-Cyrl.txt --system=bas-rus-Cyrl-Latn-bss --output=rus-Latn.txt
3132
32-
interscript samples/rus-Cyrl.txt --system=bas-rus-Cyrl-Latn-bss --output=rus-Latn.txt
33+
# Transliterating Russian Cyrillic to Latin using the BGN/PCGN Romanization of Russian
34+
interscript samples/rus-Cyrl.txt --system=bgnpcgn-rus-Cyrl-Latn-1947 --output=rus-Latn.txt
3335
----
3436

3537

0 commit comments

Comments
 (0)