Skip to content

Commit

Permalink
docs: update sample wasm url in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bradyjoslin authored and chrisdickinson committed Nov 22, 2024
1 parent 2693847 commit 95ca953
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 @@ -61,7 +61,7 @@ Plug-in code can come from a file on disk, object storage or any number of place

```js
const plugin = await createPlugin(
'https://github.com/extism/plugins/releases/latest/download/count_vowels.wasm',
'https://cdn.modsurfer.dylibso.com/api/v1/module/be716369b7332148771e3cd6376d688dfe7ee7dd503cbc43d2550d76cb45a01d.wasm',
{ useWasi: true }
);
```
Expand Down

0 comments on commit 95ca953

Please sign in to comment.