diff --git a/Cargo.toml b/Cargo.toml index f5b6eda..d62a790 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ name = "rusty-man" version = "0.1.0" authors = ["Robin Krahl "] edition = "2018" -description = "Command-line interface for rustdoc documentation" +description = "Command-line viewer for rustdoc documentation" keywords = ["doc", "cli", "rustdoc"] categories = ["command-line-utilities"] readme = "README.md" diff --git a/README.md b/README.md index 5fc9952..f397411 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ SPDX-License-Identifier: MIT # rusty-man -A command-line interface for documentation generated by `rustdoc`. +A command-line viewer for documentation generated by `rustdoc`. ## Minimum Supported Rust Version