diff --git a/README.md b/README.md index 84a1b2f..88fcae6 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,8 @@ Reading it in C++ is easy with toml++: ```cpp #include +using namespace std::literals; + auto config = toml::parse_file( "configuration.toml" ); // get key-value pairs