diff --git a/jsr.json b/jsr.json index 3833e58..37d3f54 100644 --- a/jsr.json +++ b/jsr.json @@ -1,5 +1,5 @@ { "name": "@ce/transliteration", - "version": "0.1.5", + "version": "0.1.6", "exports": "./translit.ts" } \ No newline at end of file diff --git a/translit.ts b/translit.ts index a6fb053..16970d1 100644 --- a/translit.ts +++ b/translit.ts @@ -2,6 +2,8 @@ * This module provides a transliteration mapping and a function to apply transliteration * based on a predefined mapping from one script to another. * + * Demo: https://chechen-language.github.io/repositories/chechen-transliterator/?text=дӏахьаьдира + * * @module translit * * @example @@ -13,7 +15,6 @@ * * console.log(translitMap); * - * Demo: https://chechen-language.github.io/repositories/chechen-transliterator/?text=дӏахьаьдира * ``` */