Skip to content

Commit a09648a

Browse files
committed
Refactor prose
1 parent 629a8b2 commit a09648a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

readme.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Yields:
142142

143143
## API
144144

145-
### `x(name[, attributes][, ...children])`
145+
### `x(name[, attributes][, children])`
146146

147147
Create XML *[trees][tree]* in **[xast][]**.
148148

@@ -182,15 +182,19 @@ XML can be a dangerous language: don’t trust user-provided data.
182182
— Create a **[hast][]** (HTML or SVG) unist tree
183183
* [`xast-util-to-xml`](https://github.com/syntax-tree/xast-util-to-xml)
184184
— Serialize nodes to XML
185+
* [`xast-util-from-xml`](https://github.com/syntax-tree/xast-util-from-xml)
186+
— Parse from XML
187+
* [`hast-util-to-xast`](https://github.com/syntax-tree/hast-util-to-xast)
188+
— Transform hast (html, svg) to xast (xml)
185189

186190
## Contribute
187191

188192
See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get
189193
started.
190194
See [`support.md`][support] for ways to get help.
191195

192-
This project has a [Code of Conduct][coc].
193-
By interacting with this repository, organisation, or community you agree to
196+
This project has a [code of conduct][coc].
197+
By interacting with this repository, organization, or community you agree to
194198
abide by its terms.
195199

196200
## License

0 commit comments

Comments
 (0)