doc: fix include path

* see #72
This commit is contained in:
OGAWA KenIchi 2020-09-07 15:32:28 +09:00
parent 3c3ebd88b4
commit 99d565bcc4

View File

@ -95,7 +95,7 @@ int main()
Just include the file after adding it to the include path.
```cpp
#include <toml11/toml.hpp> // that's all! now you can use it.
#include <toml.hpp> // that's all! now you can use it.
#include <iostream>
int main()