Skip to content

Commit dd0aba6

Browse files
committed
fix typo, bump to 1.0.0
1 parent 23194b7 commit dd0aba6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ npm install hast-util-from-dom
1818

1919
## Usage
2020

21-
This utility is similar to [`hast-util-from-parse5`][hast-util-from-parse5], but is intended for browser user and therefore relies on the native DOM API instead of an external parsing library.
21+
This utility is similar to [`hast-util-from-parse5`][hast-util-from-parse5], but is intended for browser use and therefore relies on the native DOM API instead of an external parsing library.
2222

2323
Say we have the following file, `example.html`:
2424

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hast-util-from-dom",
3-
"version": "1.0.0-beta.1",
3+
"version": "1.0.0",
44
"description": "Transform a DOM tree to HAST",
55
"main": "dist/hast-util-from-dom.js",
66
"module": "dist/hast-util-from-dom.mjs",

0 commit comments

Comments
 (0)