Skip to content

Commit 001d8ed

Browse files
committed
Migrate utilities
1 parent f36f634 commit 001d8ed

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

readme.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -137,17 +137,15 @@ interface TextNode < Text {
137137

138138
## List of Utilities
139139

140-
<!--lint disable list-item-spacing-->
141-
142-
- [`wooorm/nlcst-is-literal`](https://github.com/wooorm/nlcst-is-literal)
140+
- [`nlcst-is-literal`](https://github.com/syntax-tree/nlcst-is-literal)
143141
— Check whether a node is meant literally;
144-
- [`wooorm/nlcst-normalize`](https://github.com/wooorm/nlcst-normalize)
142+
- [`nlcst-normalize`](https://github.com/syntax-tree/nlcst-normalize)
145143
— Normalize a word for easier comparison;
146-
- [`wooorm/nlcst-search`](https://github.com/wooorm/nlcst-search)
144+
- [`nlcst-search`](https://github.com/syntax-tree/nlcst-search)
147145
— Search for patterns in an NLCST tree;
148-
- [`wooorm/nlcst-to-string`](https://github.com/wooorm/nlcst-to-string)
146+
- [`nlcst-to-string`](https://github.com/syntax-tree/nlcst-to-string)
149147
— Stringify a node;
150-
- [`wooorm/nlcst-test`](https://github.com/wooorm/nlcst-test)
148+
- [`nlcst-test`](https://github.com/syntax-tree/nlcst-test)
151149
— Validate a NLCST node;
152150

153151
In addition, see [**Unist**][unist] for other utilities which

0 commit comments

Comments
 (0)