diff --git a/Cargo.toml b/Cargo.toml index 2f9c4f2..2a2ed7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "parity-prdoc" +description = "prdoc is a tool for structured pull request annotation, useful for rich changelog generation" version = "0.0.0-updated-from-ci" authors = ["chevdor ", "Wilfried Kopp ", "Yuri Volkov <0@mcornholio.ru>"] edition = "2021" diff --git a/README.md b/README.md index 937e5a2..7e578a0 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ define its own JSON Schema. ## Install - cargo install prdoc + cargo install parity-prdoc Alternatively, you may use a the container image if you prefer not installing anything on your system. See the [Containers](#_containers) section for more details on containers.