diff --git a/README.md b/README.md index 179d0793..f6b7e11b 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Simply add `clap` as a dependecy in your `Cargo.toml` file: ``` [dependencies] - clap = "0.3.5" + clap = "*" ``` Or to simply track the latest version on the master branch: