Unnamed repository; edit this file 'description' to name the repository.
| -rw-r--r-- | lib/text-size/README.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/text-size/README.md b/lib/text-size/README.md index 482a055fc3..365b6028a3 100644 --- a/lib/text-size/README.md +++ b/lib/text-size/README.md @@ -1,13 +1,13 @@ -# text_unit +# text-size -[](https://travis-ci.org/matklad/text_unit) -[](https://crates.io/crates/text_unit) -[](https://docs.rs/text_unit/) +[](https://travis-ci.org/matklad/text-size) +[](https://crates.io/crates/text-size) +[](https://docs.rs/text-size/) A library that provides newtype wrappers for `u32` and `(u32, u32)` for use as text offsets. -See the [docs](https://docs.rs/text_unit/) for more. +See the [docs](https://docs.rs/text-size/) for more. ## License |