From 50c1f3aa736b3456556050ac8f90db1e44ce8651 Mon Sep 17 00:00:00 2001 From: tate Date: Mon, 29 Nov 2021 14:03:02 +1100 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c44d6d1..0dfc145 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ > Replace all homoglyphs with base characters. Useful to detect similar strings. For example, to prohibit register similar looking nicknames at websites. -Data source - [Recommended confusable mapping for IDN](http://www.unicode.org/Public/security/latest/confusables.txt), v13.0.0. +Data source - [Recommended confusable mapping for IDN](http://www.unicode.org/Public/security/latest/confusables.txt), v13.0.0. +Similar letters array in addOther.js provided by [litruv](https://github.com/litruv) and [KillAllTheHippies](https://github.com/killallthehippies). __Note!__ Text after transform is NOT intended be read by humans. For example, `m` will be transformed to `r` + `n`. Goal is to compare 2 strings after @@ -17,7 +18,7 @@ then transformed strings are equal. ## Install ```bash -npm install unhomoglyph --save +npm i git+https://github.com/TateB/unhomoglyph.git ```