Skip to content

Commit 1b03bf4

Browse files
committed
crate is case insensitive note
1 parent e0ff437 commit 1b03bf4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@
2323
[RON]: https://github.com/ron-rs/ron
2424
[JSON5]: https://github.com/callum-oakley/json5-rs
2525

26-
Please note that this library can not be used to write changed configuration
27-
values back to the configuration file(s)!
26+
Please note this library
27+
28+
- can not be used to write changed configuration values back to the configuration file(s)!
29+
- Is case insensitive and all the keys are converted to lowercase internally
2830

2931
## Usage
3032

@@ -63,4 +65,4 @@ We currently support Rust 1.56.1 and newer.
6365

6466
config-rs is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).
6567

66-
See LICENSE-APACHE and LICENSE-MIT for details.
68+
See LICENSE-APACHE and LICENSE-MIT for details.

0 commit comments

Comments
 (0)