Skip to content

Commit 799834d

Browse files
committed
Refactor prose
1 parent f740ea1 commit 799834d

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

readme.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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

@@ -18,7 +18,7 @@
1818
npm install nlcst-to-string
1919
```
2020

21-
## Usage
21+
## Use
2222

2323
```js
2424
var 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
5756
started.
5857
See [`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
6261
abide 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

Comments
 (0)