Skip to content

Commit 1742690

Browse files
committed
Fix README.md
1 parent beaa5a4 commit 1742690

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,9 @@ and execute cmake from inside this directory:
1919
$ cmake ..
2020
$ make
2121

22-
By default, your project will be compiled to both
23-
an executable and a library.
22+
By default, your project will be compiled to both an executable and a library.
2423

25-
You can add additional source files in
26-
`src/CMakeLists.txt` by modifying
24+
You can add additional source files in `src/CMakeLists.txt` by modifying the line
2725

2826
set(SRC ...)
2927

0 commit comments

Comments
 (0)