commit 0e69b012709d79d2752800eedf7b1a24383bc6d7 parent ca93072e06fa2416f33b2bc2556cea0dc821a6d4 Author: neauoire <aliceffekt@gmail.com> Date: Thu, 12 Aug 2021 10:23:45 -0700 Rephrased README Diffstat:
M | README.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -45,7 +45,7 @@ Begin by building the assembler and emulator by running the build script. The as ### Assembler -The following command will create an Uxn-compatible rom from an [uxntal file](https://wiki.xxiivv.com/site/uxntal.html), point to a different .tal file in `/projects` to assemble a different rom. +The following command will create an Uxn-compatible rom from an [uxntal file](https://wiki.xxiivv.com/site/uxntal.html). Point the assembler to a .tal file in `/projects` to assemble a rom. ``` bin/uxnasm projects/examples/demos/life.tal bin/life.rom