|
18 | 18 | npm install mdast-util-to-string |
19 | 19 | ``` |
20 | 20 |
|
21 | | -## Usage |
| 21 | +## Use |
22 | 22 |
|
23 | 23 | ```js |
24 | 24 | var unified = require('unified') |
@@ -54,20 +54,20 @@ or change the tree, so there are no openings for |
54 | 54 | ## Related |
55 | 55 |
|
56 | 56 | * [`nlcst-to-string`](https://github.com/syntax-tree/nlcst-to-string) |
57 | | - — Get text content in NLCST |
| 57 | + — Get text content in nlcst |
58 | 58 | * [`hast-util-to-string`](https://github.com/wooorm/rehype-minify/tree/master/packages/hast-util-to-string) |
59 | | - — Get text content in HAST |
| 59 | + — Get text content in hast |
60 | 60 | * [`hast-util-from-string`](https://github.com/wooorm/rehype-minify/tree/master/packages/hast-util-from-string) |
61 | | - — Set text content in HAST |
| 61 | + — Set text content in hast |
62 | 62 |
|
63 | 63 | ## Contribute |
64 | 64 |
|
65 | 65 | See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get |
66 | 66 | started. |
67 | 67 | See [`support.md`][support] for ways to get help. |
68 | 68 |
|
69 | | -This project has a [Code of Conduct][coc]. |
70 | | -By interacting with this repository, organisation, or community you agree to |
| 69 | +This project has a [code of conduct][coc]. |
| 70 | +By interacting with this repository, organization, or community you agree to |
71 | 71 | abide by its terms. |
72 | 72 |
|
73 | 73 | ## License |
@@ -98,7 +98,7 @@ abide by its terms. |
98 | 98 |
|
99 | 99 | [collective]: https://opencollective.com/unified |
100 | 100 |
|
101 | | -[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg |
| 101 | +[chat-badge]: https://img.shields.io/badge/chat-spectrum-7b16ff.svg |
102 | 102 |
|
103 | 103 | [chat]: https://spectrum.chat/unified/syntax-tree |
104 | 104 |
|
|
0 commit comments