From c8695f0a83c425ad54f33b9c2ec2290a21d1df4c Mon Sep 17 00:00:00 2001 From: Viktor Kirilov Date: Sun, 16 Dec 2018 13:21:14 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6787751..ef25784 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ These provide a wide range of functionality - from dealing with compiler flags t * [cmake-cookbook](https://github.com/dev-cafe/cmake-cookbook) - A huge CMake cookbook full of recipes. [```[MIT]```][MIT] * [cpp-template](https://github.com/joshpeterson/cpp-template) - A template C++ repository, using CMake and Catch. ```[NO LICENSE]``` * [pitchfork](https://github.com/vector-of-bool/pitchfork) - A set of conventions for native C and C++ projects. [```[MIT]```][MIT] -* [cleanCppProject](https://github.com/kracejic/cleanCppProject) - A clean C++ project template using modern CMake, with packaging, tests, docs, static/dynamic analysis, CI. [```[MIT]```][MIT] +* [cleanCppProject](https://github.com/kracejic/cleanCppProject) - A project template using modern CMake, with packaging, tests, docs, static/dynamic analysis, CI. [```[MIT]```][MIT] ## Other