Skip to content

Commit

Permalink
fix readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Jan 15, 2024
1 parent 25ccbb3 commit 309fd47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ forth[Enter]

Currently only running the 'plain' emulator is supported, it's not possible
to load files into the emulator (because command line parsing doesn't work
in browsers, and the entire Zig stdlib filesystem code doesn't work in
`wasm32-emscripten`:
in browsers, and the Zig stdlib filesystem code doesn't work in
`wasm32-emscripten`):

```bash
zig build -Dtarget=wasm32-emscripten -Doptimize=ReleaseFast run-kc854
Expand Down

0 comments on commit 309fd47

Please sign in to comment.