summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYounessBird <67457600+YounessBird@users.noreply.github.com>2022-07-14 09:39:19 +0100
committerYounessBird <67457600+YounessBird@users.noreply.github.com>2022-07-14 10:22:46 +0100
commitfa031187cb0bc96be5fa114adb9ff22376858cac (patch)
treec441f4560a1c441794b23cd141b868b131491a4c
parent6d551603d06556e46c407e888f914cc28de0fa75 (diff)
crate is case insensitive note
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 627cc87..b68813e 100644
--- a/README.md
+++ b/README.md
@@ -23,8 +23,10 @@
[RON]: https://github.com/ron-rs/ron
[JSON5]: https://github.com/callum-oakley/json5-rs
-Please note that this library can not be used to write changed configuration
-values back to the configuration file(s)!
+Please note this library
+
+ - can not be used to write changed configuration values back to the configuration file(s)!
+ - Is case insensitive and all the keys are converted to lowercase internally
## Usage
@@ -63,4 +65,4 @@ We currently support Rust 1.56.1 and newer.
config-rs is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).
-See LICENSE-APACHE and LICENSE-MIT for details.
+See LICENSE-APACHE and LICENSE-MIT for details. \ No newline at end of file