Skip to content

Commit 0873c55

Browse files
authored
Update README.md
1 parent b54a669 commit 0873c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ This is an example of how to list things you need to use the software and how to
184184
```sh
185185
mkdir build && mkdir bin && mkdir log && mkdir lib
186186
```
187-
5. Generate the exectutable and move it to `bin`
187+
5. Generate the exectutables and move them to `bin`
188188
```sh
189189
cd build && cmake .. && make -j4 && cd ..
190190
```

0 commit comments

Comments
 (0)