Skip to content

Commit b5d0a18

Browse files
committed
Update transcribe to transliterate in JS documentation as well
1 parent 548f6b5 commit b5d0a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Integration_with_JS_Applications.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $ npm add interscript
1616
-----
1717
var Interscript = require('interscript');
1818
Interscript.load_map('bgnpcgn-ukr-Cyrl-Latn-2019').then(function() {
19-
alert(Interscript.transcribe('bgnpcgn-ukr-Cyrl-Latn-2019', prompt()));
19+
alert(Interscript.transliterate('bgnpcgn-ukr-Cyrl-Latn-2019', prompt()));
2020
});
2121
-----
2222

0 commit comments

Comments
 (0)