Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit 71443a6

Browse files
committed
Update README
1 parent 5d28ecc commit 71443a6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -115,15 +115,15 @@ When it renders you should be something like this:
115115
<script async src="https://ga.jspm.io/npm:es-module-shims@1.3.6/dist/es-module-shims.js"></script>
116116
<script type="importmap">
117117
{
118-
"imports": {
119-
"react": "https://ga.jspm.io/npm:react@17.0.2/dev.index.js"
120-
},
121-
"scopes": {
122-
"https://ga.jspm.io/": {
123-
"object-assign": "https://ga.jspm.io/npm:object-assign@4.1.1/index.js"
118+
"imports": {
119+
"react": "https://ga.jspm.io/npm:react@17.0.2/dev.index.js"
120+
},
121+
"scopes": {
122+
"https://ga.jspm.io/": {
123+
"object-assign": "https://ga.jspm.io/npm:object-assign@4.1.1/index.js"
124+
}
124125
}
125126
}
126-
}
127127
</script>
128128

129129
<script type="module">

0 commit comments

Comments
 (0)