Fix typo in README.md

This commit is contained in:
apio 2022-11-04 19:08:43 +00:00
parent 883310d241
commit cdb2b975c4

View File

@ -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)