Skip to content

Commit 7ff8f9b

Browse files
LomadrielCBenoit
andauthored
Apply suggestions from code review
Co-Authored-By: CBenoit <benoit.cortier@fried-world.eu>
1 parent f7845e6 commit 7ff8f9b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ WIP
4242
- Compiler which supports C++17
4343
- CMake ≥ 3.10
4444

45-
## Minimal exemple
45+
## Minimal unordered map example
4646

4747
```cpp
4848
#include <iostream>
@@ -100,7 +100,7 @@ This should output:
100100

101101
## How to import the library using CMake
102102

103-
To include the library, you may copy / paste everything in a subfolder (such as `externals`) or use a git submodule.
103+
To include the library, you may copy / paste the content of this repository in a subfolder (such as `externals`) or use a git submodule.
104104

105105
Then, in you CMakeLists.txt file, you just have to do something similar to:
106106

@@ -169,7 +169,7 @@ Produced executables are inside the `bin` folder.
169169

170170
Note that the `Clang-format` target does not produce anything.
171171
It just run the clang formatter.
172-
Also the target needs to be called explicitly.
172+
Also this target needs to be called explicitly.
173173

174174
For more details, see the [CMakeLists.txt](CMakeLists.txt) file.
175175

0 commit comments

Comments
 (0)