From cdb2b975c4dc3f62e7f12b33c78198d7244ec1ce Mon Sep 17 00:00:00 2001 From: apio Date: Fri, 4 Nov 2022 19:08:43 +0000 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25c645c..2829ed0 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ See [webcxx-example](https://git.cloudapio.eu/apio/webcxx-example). ## How to add webcxx into your project (with CMake) Add this repo as a submodule. -Append the following lines into your CMakeLists.txt: +Append the following lines to your CMakeLists.txt: ``` include(webcxx/CMakeLists.txt)