doc: fix include directory #72

This commit is contained in:
ToruNiina 2019-07-10 08:45:09 +09:00
parent 00b05c63b9
commit c3653b85f1

View File

@ -25,7 +25,7 @@ It has some breaking changes from v2. Please be careful.
## Example
```cpp
#include <toml11/toml.hpp>
#include <toml.hpp>
#include <iostream>
int main()