Skip to content

Commit

Permalink
Update usage snippet for Pluto 0.8.1
Browse files Browse the repository at this point in the history
Sainan authored Feb 11, 2024
1 parent 7aa52d7 commit d172948
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
@@ -7,7 +7,7 @@ Write Pluto, a dialect of Lua, anywhere JavaScript works.
You simply need to load a suitable WASM build of libpluto, and then PlutoScript itself:

```html
<script src="https://wasm.pluto.do/out/libpluto/0.8.0/libpluto.js"></script>
<script src="https://wasm.pluto.do/out/libpluto/0.8.1/libpluto.js"></script>
<script src="https://pluto-lang.org/PlutoScript/plutoscript.js"></script>
```

0 comments on commit d172948

Please sign in to comment.