1
0
Fork 0
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:
Lars Melchior 2020-04-14 14:21:46 +02:00 committed by GitHub
parent a68c697c09
commit 24aa8560db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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