Skip to content

Commit

Permalink
docs: improve description and README
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcur committed Jul 26, 2024
1 parent 7951c59 commit 95bf7a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 95bf7a5

Please sign in to comment.