Skip to content

Commit 3696823

Browse files
authored
fix typo, Update README.md (#1128)
1 parent 5f552cc commit 3696823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ esm.sh allows you to import [JavaScript modules](https://developer.mozilla.org/e
1818
import * as mod from "https://esm.sh/PKG[@SEMVER][/PATH]";
1919
```
2020

21-
With [import maps](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script/type/importmap), you can even use bare import specifiers intead of URLs:
21+
With [import maps](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script/type/importmap), you can even use bare import specifiers instead of URLs:
2222

2323
```html
2424
<script type="importmap">

0 commit comments

Comments
 (0)