Skip to content

Commit

Permalink
effekseer: Fix incorrect url path in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrxz committed Mar 25, 2024
1 parent 68d3f1c commit af79ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion effekseer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The setup requires a couple of libraries to be loaded before the component is lo
<!-- (Optional) Zip.js for loading .efkpkg files, without this you will only be able to load .efk files -->
<script src="https://cdn.jsdelivr.net/npm/@zip.js/zip.js/dist/zip.min.js"></script>
<!-- This effekseer component -->
<script src="https://unpkg.com/@fern-solutions/aframe-effekseer/dist/effekseer.umd.min.js"></script>
<script src="https://unpkg.com/@fern-solutions/aframe-effekseer/dist/aframe-effekseer.umd.min.js"></script>
```

The `effekseer` system needs to be configured on the `<a-scene>` to load the effekseer wasm:
Expand Down

0 comments on commit af79ffe

Please sign in to comment.