diff --git a/README.md b/README.md index da54558..ab4c58d 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,8 @@ When loading TOML files, be aware that parse failures may occur silently. If a f - **Validation**: Consider adding a validation step after loading to check for required keys and expected data types. - **Debugging**: Use logging to output the loaded configuration and any skipped sections for easier debugging. -This ensures that users are aware of potential pitfalls and can handle them effectively. \ No newline at end of file +This ensures that users are aware of potential pitfalls and can handle them effectively. + +### Fix for Issue #2 + +The branch contains an updated README with detailed explanation of TOML parsing behavior and error handling. \ No newline at end of file