88[ ![ Backers] [ backers-badge ]] [ collective ]
99[ ![ Chat] [ chat-badge ]] [ chat ]
1010
11- [ ** nlcst** ] [ nlcst ] utility to stringify a node.
11+ [ ** nlcst** ] [ nlcst ] utility to serialize a node.
1212
1313## Install
1414
1818npm install nlcst-to-string
1919```
2020
21- ## Usage
21+ ## Use
2222
2323``` js
2424var toString = require (' nlcst-to-string' )
@@ -44,8 +44,7 @@ Stringify the given [nlcst][] node (or list of nodes).
4444###### Parameters
4545
4646* ` node ` ([ ` Node ` ] [ node ] or ` Array.<Node> ` )
47- * ` separator ` (` string ` , optional, default: ` '' ` )
48- — Value to delimit each item
47+ * ` separator ` (` string ` , default: ` '' ` ) — Value to delimit each item
4948
5049###### Returns
5150
@@ -57,8 +56,8 @@ See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get
5756started.
5857See [ ` support.md ` ] [ support ] for ways to get help.
5958
60- This project has a [ Code of Conduct ] [ coc ] .
61- By interacting with this repository, organisation , or community you agree to
59+ This project has a [ code of conduct ] [ coc ] .
60+ By interacting with this repository, organization , or community you agree to
6261abide by its terms.
6362
6463## License
@@ -89,7 +88,7 @@ abide by its terms.
8988
9089[ collective ] : https://opencollective.com/unified
9190
92- [ chat-badge ] : https://img.shields.io/badge/join%20the%20community-on%20spectrum -7b16ff.svg
91+ [ chat-badge ] : https://img.shields.io/badge/chat-spectrum -7b16ff.svg
9392
9493[ chat ] : https://spectrum.chat/unified/syntax-tree
9594
0 commit comments