~rabbits/noodle

5ae1c84e2d27b738e3178b0d729630ca8b9c63b6 — neauoire 4 months ago 1e94572
Fixed typo
1 files changed, 1 insertions(+), 1 deletions(-)

M README.md
M README.md => README.md +1 -1
@@ 7,7 7,7 @@
You must have an [Uxn](https://git.sr.ht/~rabbits/uxn/) assembler and emulator.

```sh
uxnasm bin/noodle.tal bin/noodle.rom
uxnasm src/noodle.tal bin/noodle.rom
uxnemu bin/noodle.rom
```