Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ije committed Apr 17, 2024
1 parent 14d402d commit 9146eb9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ or use _**bare specifier**_ instead of URL with [import maps](https://github.com

```html
<script type="importmap">
{
"imports": {
"react": "https://esm.sh/react@18.2.0"
}
{
"imports": {
"react": "https://esm.sh/react@18.2.0"
}
}
</script>
<script type="module">
import React from "react" // alias to https://esm.sh/react@18.2.0
Expand Down

0 comments on commit 9146eb9

Please sign in to comment.