fix spacing in a markdown file

This commit is contained in:
Bryan Bishop 2013-08-03 13:56:16 -05:00
parent 4b5a5b6f0e
commit 21a5ee0dd4
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ git submodule update
Now you should be able to build **pokecrystal.gbc** for the first time. Now you should be able to build **pokecrystal.gbc** for the first time.
This compiles a new rom from the source code, with any patches filled in from the base rom. This compiles a new rom from the source code, with any patches filled in from the base rom.
```bash ```bash
make make
``` ```