Skip to content

Commit f1ee23a

Browse files
committed
Refactor prose
1 parent c91cde7 commit f1ee23a

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

readme.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ syntax.
1919
npm install unist-builder
2020
```
2121

22-
## Usage
22+
## Use
2323

2424
```js
2525
var u = require('unist-builder')
@@ -91,15 +91,17 @@ Creates a node from `props`, `children`, and optionally `value`.
9191
— Convert unist trees to `unist-builder` notation
9292
* [`hastscript`](https://github.com/syntax-tree/hastscript)
9393
— Create [hast][] elements
94+
* [`xastscript`](https://github.com/syntax-tree/xastscript)
95+
— Create [xast][] elements
9496

9597
## Contribute
9698

9799
See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get
98100
started.
99101
See [`support.md`][support] for ways to get help.
100102

101-
This project has a [Code of Conduct][coc].
102-
By interacting with this repository, organisation, or community you agree to
103+
This project has a [code of conduct][coc].
104+
By interacting with this repository, organization, or community you agree to
103105
abide by its terms.
104106

105107
## License
@@ -130,7 +132,7 @@ abide by its terms.
130132

131133
[collective]: https://opencollective.com/unified
132134

133-
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg
135+
[chat-badge]: https://img.shields.io/badge/chat-spectrum-7b16ff.svg
134136

135137
[chat]: https://spectrum.chat/unified/syntax-tree
136138

@@ -148,6 +150,8 @@ abide by its terms.
148150

149151
[hast]: https://github.com/syntax-tree/hast
150152

153+
[xast]: https://github.com/syntax-tree/xast
154+
151155
[hyperscript]: https://github.com/dominictarr/hyperscript
152156

153157
[node]: https://github.com/syntax-tree/unist#node

0 commit comments

Comments
 (0)