Skip to content

Commit

Permalink
Correct unpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
haxiomic committed Dec 5, 2023
1 parent 0ead0cc commit e416a94
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 @@ -30,7 +30,7 @@ import { LumaSplatsThree } from "luma-web";
Or if using a browser, include the script:

```html
<script src="https://unpkg.com/@lumai/luma-web"></script>
<script src="https://unpkg.com/@lumaai/luma-web"></script>
```

Then in your code, import the `LumaSplatsThree` class, create an instance with a source, and add it to your scene.
Expand Down

0 comments on commit e416a94

Please sign in to comment.