Update README.md to add namespace (#235)

This commit is contained in:
L-Super
2024-09-04 00:00:11 +08:00
committed by GitHub
parent 51e3475f38
commit 0591ae350b

View File

@@ -53,6 +53,8 @@ Reading it in C++ is easy with toml++:
```cpp
#include <toml++/toml.hpp>
using namespace std::literals;
auto config = toml::parse_file( "configuration.toml" );
// get key-value pairs