Fix dependency in readme

This commit is contained in:
Jane Lusby 2020-04-25 10:28:11 -07:00
parent 6ce041f710
commit b656a6270b

View File

@ -37,7 +37,7 @@ Add the following to your toml file:
```toml
[dependencies]
eyre = "0.3.8"
color-eyre = "0.2.0"
color-eyre = { git = "https://github.com/yaahc/color-eyre.git" }
```
And then import the type alias from color-eyre for [`eyre::Report`] or [`eyre::Result`].