fix grammar mistakes (#4)
This commit is contained in:
parent
a68c697c09
commit
24aa8560db
1 changed files with 2 additions and 4 deletions
|
@ -7,10 +7,8 @@
|
|||
|
||||
# ModernCppStarter
|
||||
|
||||
A template for starting modern C++ libraries and projects.
|
||||
Setting up a new C++ project usually requires a significant amount of preparation and boilerplate code.
|
||||
Even more so for modern C++ projects with tests and contiguous integration.
|
||||
This template is a collection from learnings of previous projects and should allow quick setting up new modern C++ projects.
|
||||
Setting up a new C++ project usually requires a significant amount of preparation and boilerplate code, even more so for modern C++ projects with tests, executables and contiguous integration.
|
||||
This template is the result of learnings from many previous projects and should help reduce the work required to setup up a modern C++ project.
|
||||
|
||||
## Features
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue