From 24aa8560dba2108a19c185347bc89fcf5d9bc613 Mon Sep 17 00:00:00 2001 From: Lars Melchior Date: Tue, 14 Apr 2020 14:21:46 +0200 Subject: [PATCH] fix grammar mistakes (#4) --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1a52889..3a93ba9 100644 --- a/README.md +++ b/README.md @@ -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