From 093e32c3161dd3423cb4e8830a92c33d37784e7b Mon Sep 17 00:00:00 2001 From: David Benepe Date: Wed, 27 May 2020 19:47:52 -0500 Subject: [PATCH] Better language in readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bc5f4205..916d6f6f 100644 --- a/README.md +++ b/README.md @@ -25,11 +25,11 @@ If you see the message `Setup complete!`, then you are ready to build. ## Build -To build the ROM, you just simply type in `make` in the main directory. You should see an `OK` at the end of the build if it worked correctly. The generated ROM file should appear in the generated `/build/` folder. +To build the ROM, you just simply type in `make` in the main directory. You should see an `OK` at the end of the build if it worked correctly. The generated ROM file should appear in the `/build/` folder. ## Scripts -This repo provides some useful scripts that should be kept in mind when working on this repo. +There are some useful scripts that should be kept in mind when working on this repo. --- @@ -43,7 +43,7 @@ This script will generate the linker file `dkr.ld`, which is used for building. This script will extract all the assets from the DKR ROM and place them into `/assets/` folder according to the extract-config file within the `/extract-ver/` folder. You will need to run this every time you update one of the `.extract-config` files. -Note 1: You do not need to call `./generate_ld.sh`, since that is done automatically from this script. +Note 1: You do not need to call `./generate_ld.sh`, since that is done automatically from this script. Note 2: The `/assets/` folder will get deleted if it already exists, so don't put anything important in there! --- @@ -91,4 +91,4 @@ What can be done, but not essential. These features won't be complete anytime soon. * Make the ROM shiftable. -* Add support for the other 4 versions. \ No newline at end of file +* Add support for the other 4 versions.