8
8
[ ![ Backers] [ backers-badge ]] [ collective ]
9
9
[ ![ Chat] [ chat-badge ]] [ chat ]
10
10
11
- [ ** nlcst** ] [ nlcst ] utility to stringify a node.
11
+ [ ** nlcst** ] [ nlcst ] utility to serialize a node.
12
12
13
13
## Install
14
14
18
18
npm install nlcst-to-string
19
19
```
20
20
21
- ## Usage
21
+ ## Use
22
22
23
23
``` js
24
24
var toString = require (' nlcst-to-string' )
@@ -44,8 +44,7 @@ Stringify the given [nlcst][] node (or list of nodes).
44
44
###### Parameters
45
45
46
46
* ` 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
49
48
50
49
###### Returns
51
50
@@ -57,8 +56,8 @@ See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get
57
56
started.
58
57
See [ ` support.md ` ] [ support ] for ways to get help.
59
58
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
62
61
abide by its terms.
63
62
64
63
## License
@@ -89,7 +88,7 @@ abide by its terms.
89
88
90
89
[ collective ] : https://opencollective.com/unified
91
90
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
93
92
94
93
[ chat ] : https://spectrum.chat/unified/syntax-tree
95
94
0 commit comments