11# nlcst-normalize [ ![ Build Status] [ travis-badge ]] [ travis ] [ ![ Coverage Status] [ codecov-badge ]] [ codecov ]
22
3- Normalize a word for easier comparison, useful for [ NLCST] [ nlcst ]
3+ Normalize a word for easier comparison, useful for [ NLCST] [ nlcst ] .
44
55## Installation
66
@@ -40,7 +40,7 @@ And, lowercases alphabetical characters (`[A-Z]`).
4040
4141###### Parameters
4242
43- * ` value ` ([ ` Node ` ] [ nlcst- node] , ` Array.<Node> ` , or ` string ` )
43+ * ` value ` ([ ` Node ` ] [ node ] , ` Array.<Node> ` , or ` string ` )
4444 — Value to normalize;
4545* ` options ` (` Object? ` ):
4646
@@ -59,20 +59,20 @@ And, lowercases alphabetical characters (`[A-Z]`).
5959
6060<!-- Definitions -->
6161
62- [ travis-badge ] : https://img.shields.io/travis/wooorm /nlcst-normalize.svg
62+ [ travis-badge ] : https://img.shields.io/travis/syntax-tree /nlcst-normalize.svg
6363
64- [ travis ] : https://travis-ci.org/wooorm /nlcst-normalize
64+ [ travis ] : https://travis-ci.org/syntax-tree /nlcst-normalize
6565
66- [ codecov-badge ] : https://img.shields.io/codecov/c/github/wooorm /nlcst-normalize.svg
66+ [ codecov-badge ] : https://img.shields.io/codecov/c/github/syntax-tree /nlcst-normalize.svg
6767
68- [ codecov ] : https://codecov.io/github/wooorm /nlcst-normalize
68+ [ codecov ] : https://codecov.io/github/syntax-tree /nlcst-normalize
6969
7070[ npm ] : https://docs.npmjs.com/cli/install
7171
7272[ license ] : LICENSE
7373
7474[ author ] : http://wooorm.com
7575
76- [ nlcst ] : https://github.com/wooorm /nlcst
76+ [ nlcst ] : https://github.com/syntax-tree /nlcst
7777
78- [ nlcst- node] : https://github.com/wooorm/nlcst #node
78+ [ node ] : https://github.com/syntax-tree/unist #node
0 commit comments