From 95bf7a5c9a1c66b8d9ac6fe154fa3bc3da47d2fa Mon Sep 17 00:00:00 2001 From: Thomas Churchman Date: Fri, 26 Jul 2024 14:52:53 +0200 Subject: [PATCH] docs: improve description and README --- Cargo.toml | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4b685f5..8bd3387 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "font-info" version = "0.1.0" edition = "2021" -description = "Load fonts and print their metrics" +description = "Print font information and metrics" keywords = ["font", "glyph", "text"] license = "MIT OR Apache-2.0" readme = "README.md" diff --git a/README.md b/README.md index 4f11237..dfb69f0 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # font-info 🗚 -**Load fonts and print their metrics** +**Print font information and metrics** ![MIT/Apache 2.0](https://img.shields.io/badge/license-MIT%2FApache-blue.svg) [![Crates.io](https://img.shields.io/crates/v/font-info.svg)](https://crates.io/crates/font-info) @@ -53,8 +53,8 @@ Font index in source: 0 ... etc ``` -The previous command has human-readable output. To output as machine-readable -JSON, run: +By default font-info produces human-readable output. To output as +machine-readable JSON, run: ```bash $ font-info --family-name "Liberation Sans" --format json