Skip to content

Commit c69178a

Browse files
committed
Add xast-util-to-string to list of utilities
1 parent 1b2dbf2 commit c69178a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

readme.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -382,13 +382,15 @@ See the [unist glossary][glossary].
382382
See the [unist list of utilities][utilities] for more utilities.
383383

384384
* [`xastscript`](https://github.com/syntax-tree/xastscript)
385-
Create xast trees
385+
create xast trees
386386
* [`xast-util-from-xml`](https://github.com/syntax-tree/xast-util-from-xml)
387-
— Parse from XML to xast
387+
— parse from XML to xast
388+
* [`xast-util-to-string`](https://github.com/syntax-tree/xast-util-to-string)
389+
— get the text value of xast trees
388390
* [`xast-util-to-xml`](https://github.com/syntax-tree/xast-util-to-xml)
389-
Serialize xast to XML
391+
serialize xast to XML
390392
* [`hast-util-to-xast`](https://github.com/syntax-tree/hast-util-to-xast)
391-
Transform hast to xast
393+
transform hast to xast
392394

393395
## References
394396

0 commit comments

Comments
 (0)