From e40356919cd64e464d9196cb6002f9fa9c60a21e Mon Sep 17 00:00:00 2001 From: Lars Melchior Date: Sat, 11 Apr 2020 13:12:45 +0200 Subject: [PATCH] Wording --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17aaea8..a6eae17 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,8 @@ A best-practice git template for modern C++ libraries and projects. ### Adjust the template to your needs -- Copy this repo and replace all occurrences of "Greeter" in the CMakeLists and Readme with project's name. -- Note the comments in the CMakeLists for single-header libraries +- Clone this repo and replace all occurrences of "Greeter" in the [CMakeLists.txt](CMakeLists.txt) +- Single-header libraries: see the comments in [CMakeLists.txt](CMakeLists.txt) - Have fun! ### Build and run test suite