Skip to content

Commit

Permalink
update importmap example
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Oct 23, 2023
1 parent b6fc4fd commit a032d33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ dependency kiwi. F.e.:
<script type="importmap">
{
"imports": {
"@lume/autolayout": "../../dist/AutoLayout.js",
"@lume/kiwi": "../node_modules/@lume/kiwi/dist/kiwi.js"
"@lume/autolayout": "/node_modules/@lume/autolayout/dist/AutoLayout.js",
"@lume/kiwi": "/node_modules/@lume/kiwi/dist/kiwi.js"
}
}
</script>
Expand Down

0 comments on commit a032d33

Please sign in to comment.