summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-11-29 19:29:29 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-11-29 19:29:30 +0100
commit70babd054d9f04d0d5f891051e11fe0f3e714c49 (patch)
tree58e0ba842626cc3b339b6b0989d28e8ee137c2f1 /README.md
parentd27338f50ddf033a8b516dc011174807dfdc7558 (diff)
Add note about writing back config
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index ceadd99..03b21b9 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,9 @@
[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)!
+
## Usage
```toml