aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgingerBill <gingerBill@users.noreply.github.com>2022-07-10 00:52:59 +0100
committerGitHub <noreply@github.com>2022-07-10 00:52:59 +0100
commit9e376fbda75970b6cafa229873bfe8113da251d6 (patch)
tree4e45ca5a2ce974751fef2e94b2694907af6ac18c
parente8148055ad78489832c55aab9b81edd694440d63 (diff)
Update README.md
-rw-r--r--vendor/wasm/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/wasm/README.md b/vendor/wasm/README.md
index 55cbd1b7a..d0b0a2f6f 100644
--- a/vendor/wasm/README.md
+++ b/vendor/wasm/README.md
@@ -10,6 +10,6 @@ The `js_wasm32` target assumes that the WASM output will be ran within a web bro
<!-- Copy `vendor:wasm/js/runtime.js` into your web server -->
<script type="text/javascript" src="runtime.js"></script>
<script type="text/javascript">
- odin.runWasm(pathToWasm, webglCanvasElement, consolePreElement);
+ odin.runWasm(pathToWasm, consolePreElement);
</script>
-``` \ No newline at end of file
+```