Skip to content

Commit 6a957b9

Browse files
authored
Update README.md
1 parent aa4624c commit 6a957b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ For Microsoft Visual Studio:
2727

2828
* Create a new, empty, C++ **console** (not Desktop) project.
2929
* Drag the appropriate `.c` files into your source code tree before building.
30-
* When compiling Visual Studio will prompt you to switch to its safer versions of some functions, or disable the warning.
30+
* When compiling, Visual Studio will prompt you to switch to its safer versions of some functions, or disable the warning.
3131

3232
## License
3333

@@ -69,8 +69,8 @@ Please feel encouraged to make a pull request (PR) to correct or clarify code.
6969
Some rough guidelines for making a PR:
7070

7171
* Bug fixes and operating-system specific fixes are very welcome.
72-
* When making a PR please make sure both the PR and the code is commented clearly for other book readers.
73-
* Do not introduce code copy-pasted from elsewhere as there are licencing and copyright issues with this.
72+
* When making a PR please make sure both the PR, and the code, is commented clearly for other book readers.
73+
* Do not introduce code copy-pasted from elsewhere as there are licensing and copyright issues with this.
7474
* Please do not submit `CMakeLists.txt` or build scripts for the entire book or for individual chapters. There is a specific chapter dedicated to introducing build systems.
7575
* Please do not submit project or solution files for a particular IDE.
7676
* Code in examples is copy-pasted from the book. If the PR needs to modify these please add a comment to those lines indicating why the change was important.

0 commit comments

Comments
 (0)