From 282b98423a45441c8f08dbab1e1cc41f26e141f8 Mon Sep 17 00:00:00 2001 From: Lars Melchior Date: Mon, 22 Apr 2019 19:22:23 +0200 Subject: [PATCH] Update README.md (#37) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e57624..be29c09 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ See the [examples directory](https://github.com/TheLartians/CPM/tree/master/exam # Adding CPM -To add CPM to your current project, simply include add `cmake/CPM.cmake` to your projects `cmake` directory. The command below will perform this automatically. +To add CPM to your current project, simply add `cmake/CPM.cmake` to your project's `cmake` directory. The command below will perform this automatically. ```bash wget -O cmake/CPM.cmake https://raw.githubusercontent.com/TheLartians/CPM/master/cmake/CPM.cmake