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