mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-08-30 21:51:12 +02:00
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
|
# 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, executables and contiguous integration.
|
||||||
Setting up a new C++ project usually requires a significant amount of preparation and boilerplate code.
|
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.
|
||||||
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.
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue