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 b4978e7 commit 6c45f16Copy full SHA for 6c45f16
readme.md
@@ -28,14 +28,14 @@
28
## What is this?
29
30
This package is a utility that takes a [hast][] (HTML) syntax tree as input and
31
-turns it into an [estree][] (JavaScript) syntax tree JSX extension.
+turns it into an [estree][] (JavaScript) syntax tree (with a JSX extension).
32
This package also supports embedded MDX nodes.
33
34
## When should I use this?
35
36
This project is useful when you want to embed HTML as JSX inside JS while
37
working with syntax trees.
38
-This us used in [MDX][].
+This is used in [MDX][].
39
40
## Install
41
0 commit comments