diff --git a/Cargo.toml b/Cargo.toml index f4b48b59..593efeaa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bottom" -version = "0.2.0" +version = "0.2.1" authors = ["Clement Tsang "] edition = "2018" repository = "https://github.com/ClementTsang/bottom" diff --git a/README.md b/README.md index 7cba955b..3a9dcfb4 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ Features of bottom include: More details about each widget and compatibility can be found [here](./docs/widgets.md). +## Config files + For information about config files, see [this document](./docs/config.md) for more details, and this [config](./sample_configs/demo_config.toml) for an example. ## Installation