From 646b36708ba85099b4b1b755d072de00bf8db6da Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Sun, 19 Jul 2020 17:24:38 +0200 Subject: [PATCH] =?UTF-8?q?Replace=20=E2=80=9Cinterface=E2=80=9D=20with=20?= =?UTF-8?q?=E2=80=9Cviewer=E2=80=9D=20in=20description?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Previously, we called rusty-man a command-line interface for rustdoc documentation, but “viewer” is a more appropriate term. --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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