Skip to content

Commit

Permalink
Making minor improvement to README
Browse files Browse the repository at this point in the history
  • Loading branch information
mWalrus committed Oct 19, 2022
1 parent e077f3c commit fd39df8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ fn main() -> Result<(), ::std::io::Error> {
## Confy's feature flags
Confy can be used with either `TOML`, `YAML`, or `RON` files.
`TOML` is the default language used with confy but any of the other languages can be used by enabling them with feature flags as shown below.
Note that you can only use __one__ of these features at a time, so in order to use either of the optional features you have to disable default features.

Note: you can only use __one__ of these features at a time, so in order to use either of the optional features you have to disable default features.

### Using yaml
To use YAML files with confy you have to make sure you have enabled the `yaml_conf` feature and disabled both `toml_conf` and `ron_conf`.
Expand Down

0 comments on commit fd39df8

Please sign in to comment.