summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorVasya Novikov <n1dr+cm3513git@ya.ru>2018-10-03 23:23:16 +0300
committerVasya Novikov <n1dr+cm3513git@ya.ru>2018-10-03 23:23:16 +0300
commit71c8e8b144d35823fd7b31f9efb842a90b2f2921 (patch)
tree5990b9279a25fecaa2143791998f2b7d3438dc71 /README.md
parent1612293b617f5459d2313c776d5117401c6aa8c2 (diff)
update README: default features
according to Cargo.toml, all features are now included by default, hence a correction is needed.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 31a9676..ba4a121 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ config = "0.9"
- `json` - Adds support for reading JSON files
- `hjson` - Adds support for reading HJSON files
- `yaml` - Adds support for reading YAML files
- - `toml` - Adds support for reading TOML files (included by default)
+ - `toml` - Adds support for reading TOML files
See the [documentation](https://docs.rs/config) or [examples](https://github.com/mehcode/config-rs/tree/master/examples) for
more usage information.