From 1cf90795d267000cc8cc481c05bd2c9c5a97962a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20M=C3=BCller?= Date: Tue, 12 Apr 2016 22:17:15 +0200 Subject: [PATCH] Fixes #7 --- README.md | 2 +- doc/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e3b391f1..107a53e5 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ In addition: ## Basic example ```cpp -include +#include #include #include diff --git a/doc/index.md b/doc/index.md index 8ce72087..8cf36980 100644 --- a/doc/index.md +++ b/doc/index.md @@ -38,7 +38,7 @@ The concepts of this library are defined are [here](md_doc_concepts.html). ## Basic example ```cpp - include + #include #include #include