Skip to content

Commit c89ab1d

Browse files
committed
Rename HAST > hast
1 parent dca92e5 commit c89ab1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# hast-util-raw [![Build][build-badge]][build] [![Coverage][coverage-badge]][coverage] [![Downloads][downloads-badge]][downloads] [![Chat][chat-badge]][chat]
22

3-
Parse a [HAST][] tree again, with support for embedded `raw` nodes.
3+
Parse a [hast][] tree again, with support for embedded `raw` nodes.
44

55
One of the reasons to do this is for “malformed” syntax trees: for
66
example, say there’s an `h1` element in a `p` element, this utility
@@ -53,8 +53,8 @@ Yields:
5353

5454
### `raw(tree[, file])`
5555

56-
Given a [HAST][] tree and an optional [vfile][] (for positional info),
57-
return a new parsed-again [HAST][] tree.
56+
Given a [hast][] tree and an optional [vfile][] (for positional info),
57+
return a new parsed-again [hast][] tree.
5858

5959
## Contribute
6060

0 commit comments

Comments
 (0)