summaryrefslogtreecommitdiffhomepage
path: root/projects/CodeBlocks
diff options
context:
space:
mode:
authorhartmannathan <[email protected]>2022-08-04 17:53:36 -0400
committerGitHub <[email protected]>2022-08-04 23:53:36 +0200
commitb0b63817459b1e715380cdd1805076b8cd0d2810 (patch)
treed8afca168763060fe18961d7043835ab4743d20d /projects/CodeBlocks
parent3e4a8bb6408144ddb86f96bb1f82a80ae52ab0f6 (diff)
downloadraylib-b0b63817459b1e715380cdd1805076b8cd0d2810.tar.gz
raylib-b0b63817459b1e715380cdd1805076b8cd0d2810.zip
Fix typo in README: s/instrallation/installation/ (#2613)
Diffstat (limited to 'projects/CodeBlocks')
-rw-r--r--projects/CodeBlocks/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/CodeBlocks/README.md b/projects/CodeBlocks/README.md
index ea28dc67..eabf83c3 100644
--- a/projects/CodeBlocks/README.md
+++ b/projects/CodeBlocks/README.md
@@ -12,7 +12,7 @@ On other platforms you can install however you like following the instructions i
2. Install and run Code::Blocks.
3. **Windows only**: Select `Settings` `Compiler` `Toolchain executables`.
-Change `Compiler's instrallation directory` to `C:\raylib\MingGW`. Do *not* press auto-detect.
+Change `Compiler's installation directory` to `C:\raylib\MingGW`. Do *not* press auto-detect.
There is a screenshot below showing how it should look. Press `OK`.
4. Select `File` `Open` and open the `core_basic_windows.cbp` file.