Fix header location in readme example.

This commit is contained in:
tastytea 2020-01-18 23:37:57 +01:00
parent e40848fb1e
commit 9bc3fe6fe2
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07

View File

@ -47,7 +47,7 @@ Have a look at the link:{uri-reference}[reference].
[source,cpp] [source,cpp]
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
#include "mastodonpp.hpp" #include <mastodonpp/mastodonpp.hpp>
#include <iostream> #include <iostream>
int main() int main()