Skip to content

Commit 2469f1c

Browse files
authored
Merge pull request #685 from Bug-Reaper/patch-1
Tiny readme fix for import-map example code.
2 parents 73417fd + 68d91ce commit 2469f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ You can import from `node_modules` if you serve node_modules as part of your web
127127
<script type="importmap">
128128
{
129129
"imports": {
130-
"@tweenjs/tween.js": "/node_modules/@tweenjs/tween.js/dist/tween.es.js"
130+
"@tweenjs/tween.js": "./node_modules/@tweenjs/tween.js/dist/tween.esm.js"
131131
}
132132
}
133133
</script>

0 commit comments

Comments
 (0)