Skip to content

Commit 0fd6664

Browse files
committed
Fix typos
1 parent 0a09b25 commit 0fd6664

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ npm install hast-util-from-text
5555
In Deno with [`esm.sh`][esmsh]:
5656

5757
```js
58-
import {fromText} from "https://esm.sh/hast-util-from-text@2"
58+
import {fromText} from 'https://esm.sh/hast-util-from-text@2'
5959
```
6060

6161
In browsers with [`esm.sh`][esmsh]:
6262

6363
```html
6464
<script type="module">
65-
import {fromText} from "https://esm.sh/hast-util-from-text@2?bundle"
65+
import {fromText} from 'https://esm.sh/hast-util-from-text@2?bundle'
6666
</script>
6767
```
6868

0 commit comments

Comments
 (0)