Skip to content

Commit 95ca953

Browse files
bradyjoslinchrisdickinson
authored andcommitted
docs: update sample wasm url in README.md
1 parent 2693847 commit 95ca953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Plug-in code can come from a file on disk, object storage or any number of place
6161

6262
```js
6363
const plugin = await createPlugin(
64-
'https://github.com/extism/plugins/releases/latest/download/count_vowels.wasm',
64+
'https://cdn.modsurfer.dylibso.com/api/v1/module/be716369b7332148771e3cd6376d688dfe7ee7dd503cbc43d2550d76cb45a01d.wasm',
6565
{ useWasi: true }
6666
);
6767
```

0 commit comments

Comments
 (0)