From 99d565bcc455e24fdf496019071971dbc579a4e0 Mon Sep 17 00:00:00 2001 From: OGAWA KenIchi Date: Mon, 7 Sep 2020 15:32:28 +0900 Subject: [PATCH] doc: fix include path * see #72 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8dcba4d..3a44687 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ int main() Just include the file after adding it to the include path. ```cpp -#include // that's all! now you can use it. +#include // that's all! now you can use it. #include int main()