Skip to content

Commit 94b2a72

Browse files
committed
Fix typo
1 parent f7e6b0a commit 94b2a72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@ npm install hast-util-to-jsx-runtime
6969
In Deno with [`esm.sh`][esmsh]:
7070

7171
```js
72-
import {toJsxRuntime} from "https://esm.sh/hast-util-to-jsx-runtime@1"
72+
import {toJsxRuntime} from 'https://esm.sh/hast-util-to-jsx-runtime@1'
7373
```
7474

7575
In browsers with [`esm.sh`][esmsh]:
7676

7777
```html
7878
<script type="module">
79-
import {toJsxRuntime} from "https://esm.sh/hast-util-to-jsx-runtime@1?bundle"
79+
import {toJsxRuntime} from 'https://esm.sh/hast-util-to-jsx-runtime@1?bundle'
8080
</script>
8181
```
8282

0 commit comments

Comments
 (0)