Add a link to the changelog in the readme

This commit is contained in:
Guillaume Pinot 2018-02-04 19:29:40 +01:00
parent 3e7d843d82
commit e046a86f39

View file

@ -6,7 +6,7 @@ Parse command line argument by defining a struct. It combines [clap](https://cr
## Documentation
Find it on [Docs.rs](https://docs.rs/structopt). You can also check the [examples](https://github.com/TeXitoi/structopt/tree/master/examples).
Find it on [Docs.rs](https://docs.rs/structopt). You can also check the [examples](https://github.com/TeXitoi/structopt/tree/master/examples) and the [changelog](https://github.com/TeXitoi/structopt/blob/master/CHANGELOG.md).
## Example