... | ... |
@@ -45,7 +45,7 @@ Begin by building the assembler and emulator by running the build script. The as |
45 | 45 |
|
46 | 46 |
### Assembler |
47 | 47 |
|
48 |
-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. |
|
48 |
+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. |
|
49 | 49 |
|
50 | 50 |
``` |
51 | 51 |
bin/uxnasm projects/examples/demos/life.tal bin/life.rom |