From 9bc3fe6fe248aa58fc16add1d58b5d7da9459563 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 18 Jan 2020 23:37:57 +0100 Subject: [PATCH] Fix header location in readme example. --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 1a662ca..5460a9e 100644 --- a/README.adoc +++ b/README.adoc @@ -47,7 +47,7 @@ Have a look at the link:{uri-reference}[reference]. [source,cpp] -------------------------------------------------------------------------------- -#include "mastodonpp.hpp" +#include #include int main()