Skip to content

Commit

Permalink
Merge pull request #127 from kenichiice/fix-include
Browse files Browse the repository at this point in the history
Fix include path in README
  • Loading branch information
ToruNiina committed Sep 7, 2020
2 parents 3c3ebd8 + 99d565b commit 9132abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 9132abc

Please sign in to comment.