summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-12-07 18:15:11 +0100
committerGitHub <noreply@github.com>2021-12-07 18:15:11 +0100
commit66a7fa9de8f33cb76a9ad6fe94cf64fcc82360da (patch)
tree58e0ba842626cc3b339b6b0989d28e8ee137c2f1
parentd27338f50ddf033a8b516dc011174807dfdc7558 (diff)
parent70babd054d9f04d0d5f891051e11fe0f3e714c49 (diff)
Merge pull request #254 from matthiasbeyer/note-no-writeback
Add note about writing back config
-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