From 84c5a690674f6782681e40a092742eda7fb8eaeb Mon Sep 17 00:00:00 2001 From: skip405 Date: Fri, 30 Dec 2022 11:28:33 +0300 Subject: [PATCH] Heading corrected --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b915293..e325ba9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# belLit +# belLat Convert cyrillic Belarusian characters to Latin characters using transliteration. Can transliterate in accordance with the ["Instruction on transliteration of geographical names"](https://en.wikipedia.org/wiki/Instruction_on_transliteration_of_Belarusian_geographical_names_with_letters_of_Latin_script) or in accordance with the rules of the [Belarusian Latin alphabet (Łacinka)](https://en.wikipedia.org/wiki/Belarusian_Latin_alphabet). Can slugify the resulted transliterated string. diff --git a/package.json b/package.json index 52f41e9..5e1fc5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@skip405/bel-lat", - "version": "1.0.0", + "version": "1.0.1", "repository": { "type": "git", "url": "https://github.com/skip405/bel-lat.git"