diff --git a/README.md b/README.md index 613036213..5297156d1 100644 --- a/README.md +++ b/README.md @@ -70,16 +70,16 @@ If you are using GCC as the compiler for Ocarina of Time, you will also need: **N.B.** If using WSL, we strongly encourage you to clone into WSL's Linux filesystem using Linux's `git`. Cloning into the Windows filesystem will result in much slower read/write speeds, and often causes issues when Windows copies the files with the wrong line endings, which the compiler IDO cannot handle correctly. -Clone `https://github.com/HackerN64/HackerOOT.git` where you wish to have the project, with a command such as: +Clone `https://github.com/HackerN64/HackerOoT.git` where you wish to have the project, with a command such as: ```bash -git clone https://github.com/HackerN64/HackerOOT.git +git clone https://github.com/HackerN64/HackerOoT.git ``` -This will copy the GitHub repository contents into a new folder in the current directory called `HackerOOT`. Change into this directory before doing anything else: +This will copy the GitHub repository contents into a new folder in the current directory called `HackerOoT`. Change into this directory before doing anything else: ```bash -cd HackerOOT +cd HackerOoT ``` #### 3. Prepare a base ROM diff --git a/include/config.h b/include/config.h index bc799dbc2..58b1df726 100644 --- a/include/config.h +++ b/include/config.h @@ -2,7 +2,7 @@ #define CONFIG_H /** - * All HackerOOT config headers included into one. + * All HackerOoT config headers included into one. */ #include "config/config_debug.h"