Skip to content

Commit 7155928

Browse files
authored
Merge pull request #922 from RayTracing/fix-readme-typo
Fix typo in README
2 parents 3976f26 + 481f189 commit 7155928

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Contains any headers that are common to two or more books. This is also where ex
6060
are stored.
6161

6262
### src/`<book>`/
63-
Contains the source specific to any one book. Their is no sharing of source outside of the common
63+
Contains the source specific to any one book. There is no sharing of source outside of the common
6464
directory.
6565

6666

@@ -69,7 +69,7 @@ Source Code
6969
### Intent
7070
This repository is not meant to act as its own tutorial. The source is provided so you can compare
7171
your work when progressing through the book. We strongly recommend reading and following along with
72-
the book to understand the source. Ideally, you'll be developing your own implmentation as you go,
72+
the book to understand the source. Ideally, you'll be developing your own implementation as you go,
7373
in order to deeply understand how a raytracer works.
7474

7575
### Downloading The Source Code
@@ -96,7 +96,7 @@ branch.
9696

9797
Building and Running
9898
---------------------
99-
Copies of source are provided for you to check your work and compare against. If you wish to build
99+
Copies of the source are provided for you to check your work and compare against. If you wish to build
100100
the provided source, this project uses CMake. To build, go to the root of the project directory and
101101
run the following commands to create the debug version of every executable:
102102

@@ -118,7 +118,7 @@ You may choose to use the CMake GUI when building on windows.
118118
`C:\Users\Peter\raytracing.github.io`.
119119
3. Add the folder "build" within the location of the copied directory. For example,
120120
`C:\Users\Peter\raytracing.github.io\build`.
121-
4. For "Where to build the binaries", set this to the newly-created build directory.
121+
4. For "Where to build the binaries", set this to the newly-created "build" directory.
122122
5. Click "Configure".
123123
6. For "Specify the generator for this project", set this to your version of Visual Studio.
124124
7. Click "Done".

0 commit comments

Comments
 (0)