From 8181cb534fb7dd5e54628f2847e4c7aa2139d3d7 Mon Sep 17 00:00:00 2001 From: Brady Joslin Date: Thu, 21 Nov 2024 21:35:40 -0600 Subject: [PATCH] docs: update sample wasm url in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac435e5..0d1e868 100644 --- a/README.md +++ b/README.md @@ -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 } ); ```