We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7e6b0a commit 94b2a72Copy full SHA for 94b2a72
readme.md
@@ -69,14 +69,14 @@ npm install hast-util-to-jsx-runtime
69
In Deno with [`esm.sh`][esmsh]:
70
71
```js
72
-import {toJsxRuntime} from "https://esm.sh/hast-util-to-jsx-runtime@1"
+import {toJsxRuntime} from 'https://esm.sh/hast-util-to-jsx-runtime@1'
73
```
74
75
In browsers with [`esm.sh`][esmsh]:
76
77
```html
78
<script type="module">
79
- import {toJsxRuntime} from "https://esm.sh/hast-util-to-jsx-runtime@1?bundle"
+ import {toJsxRuntime} from 'https://esm.sh/hast-util-to-jsx-runtime@1?bundle'
80
</script>
81
82
0 commit comments