doc: update README a bit

This commit is contained in:
ToruNiina
2024-06-16 19:43:40 +09:00
parent 172ddcbd12
commit 38e4a34ea2
2 changed files with 4 additions and 4 deletions

View File

@@ -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.

View File

@@ -329,7 +329,7 @@ std::cout << toml::format(input) << std::endl;
どのような指定が可能かなどの詳細はドキュメントを参照してください。
### compilcated configurations
### configuring types
`examples`ディレクトリには、多倍長整数を使用する場合やユニコードを正規化する場合、
外部のリフレクションライブラリと連携する場合などの複雑な使用例を用意しています。