summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Leckey <leckey.ryan@gmail.com>2018-10-03 13:42:53 -0700
committerGitHub <noreply@github.com>2018-10-03 13:42:53 -0700
commit92380f8c124872314d4b0077c58992d94cc5217f (patch)
tree5990b9279a25fecaa2143791998f2b7d3438dc71
parent1612293b617f5459d2313c776d5117401c6aa8c2 (diff)
parent71c8e8b144d35823fd7b31f9efb842a90b2f2921 (diff)
Merge pull request #79 from vn971/fix_features_docs
update README: default features
-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.