mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-12-16 03:08:52 +08:00
doc: update README a bit
This commit is contained in:
@@ -330,10 +330,10 @@ std::cout << toml::format(input) << std::endl;
|
||||
|
||||
For details on possible formatting specifications, please refer to the documentation.
|
||||
|
||||
### compilcated configurations
|
||||
### configuring types
|
||||
|
||||
The examples directory provides complex usage examples, such as using
|
||||
arbitrary-precision integers, normalizing Unicode, and integrating with external reflection libraries.
|
||||
The examples directory provides usage examples, such as using
|
||||
arbitrary-precision integers, normalizing Unicode, and integrating with an external reflection library.
|
||||
|
||||
Please refer to these examples for implementation guidance in such scenarios.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user