Skip to content

Commit

Permalink
Merge pull request #685 from Bug-Reaper/patch-1
Browse files Browse the repository at this point in the history
Tiny readme fix for import-map example code.
  • Loading branch information
trusktr committed Jul 26, 2024
2 parents 73417fd + 68d91ce commit 2469f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ You can import from `node_modules` if you serve node_modules as part of your web
<script type="importmap">
{
"imports": {
"@tweenjs/tween.js": "/node_modules/@tweenjs/tween.js/dist/tween.es.js"
"@tweenjs/tween.js": "./node_modules/@tweenjs/tween.js/dist/tween.esm.js"
}
}
</script>
Expand Down

0 comments on commit 2469f1c

Please sign in to comment.