Merge pull request #127 from kenichiice/fix-include

Fix include path in README
This commit is contained in:
Toru Niina
2020-09-07 16:19:29 +09:00
committed by GitHub

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()