We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d723863 commit 8ded2e4Copy full SHA for 8ded2e4
readme.md
@@ -50,7 +50,7 @@ utility to serialize as HTML with DOM APIs.
50
## Install
51
52
This package is [ESM only][esm].
53
-In Node.js (version 14.14+ or 16.0+), install with [npm][]:
+In Node.js (version 14.14+ and 16.0+), install with [npm][]:
54
55
```sh
56
npm install hast-util-to-dom
@@ -151,7 +151,8 @@ The syntax tree is [hast][].
151
## Types
152
153
This package is fully typed with [TypeScript][].
154
-It exports the additional types `AfterTransform` and `Options`.
+It exports the additional types [`AfterTransform`][aftertransform] and
155
+[`Options`][options].
156
157
## Compatibility
158
0 commit comments