Skip to content

Commit 67732cb

Browse files
committed
docs(readme): Be consistent in project description
This takes from `lib.rs` and spreads it around
1 parent cebd664 commit 67732cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ lto = true
9797
[package]
9898
name = "annotate-snippets"
9999
version = "0.12.1"
100-
description = "Library for building code annotations"
100+
description = "Format diagnostic reports, including highlighting snippets of text"
101101
categories = []
102102
keywords = ["code", "analysis", "ascii", "errors", "debug"]
103103
repository.workspace = true

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# annotate-snippets
22

3-
`annotate-snippets` is a Rust library for annotation of programming code slices.
3+
> Format diagnostic reports, including highlighting snippets of text
44
55
[![crates.io](https://img.shields.io/crates/v/annotate-snippets.svg)](https://crates.io/crates/annotate-snippets)
66
[![documentation](https://img.shields.io/badge/docs-master-blue.svg)][Documentation]

0 commit comments

Comments
 (0)