Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
terryburton authored Sep 29, 2023
1 parent 0463451 commit 3d04b4a
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 @@ -114,7 +114,7 @@ the Emscripten SDK and then running:

make wasm [JSONLY=yes] # Set JSONLY=yes to create a JS-only build that does not use WebAssembly.

Alternatively, on a Docker-enabled system a WASM / JS-only build can be lauched with:
Alternatively, on a Docker-enabled system a WASM / JS-only build can be launched with:

docker run --rm -v $(pwd):/src -u $(id -u):$(id -g) emscripten/emsdk make wasm [JSONLY=yes]

Expand Down

0 comments on commit 3d04b4a

Please sign in to comment.