diff --git a/Cargo.toml b/Cargo.toml index 2fe6863..13c11ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "AGPL-3.0-or-later" authors = ["Robin Vobruba "] description = """ A tiny CLI tool that tries to gather project specific meta-data in different ways, - to store them into environment variables in a file + to store them into key=value pairs in a file for later use by other tools. See --list for the keys set by this tool. """ diff --git a/README.md b/README.md index 6d9725a..90ea4d8 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ SPDX-License-Identifier: CC0-1.0 A CLI ([Command-line Interface]( https://en.wikipedia.org/wiki/Command-line_interface)) tool -taht extracts a base set of meta data properties from a given project, +tath extracts a base set of meta data properties from a given, digital project, using various sources. ## Example scenarios