Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bnjjj authored Apr 15, 2020
1 parent a43ca1c commit 4c8a10e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# text_size
# text-size

[![Build Status](https://travis-ci.org/matklad/text_size.svg?branch=master)](https://travis-ci.org/matklad/text_size)
[![Crates.io](https://img.shields.io/crates/v/text_size.svg)](https://crates.io/crates/text_size)
[![API reference](https://docs.rs/text_size/badge.svg)](https://docs.rs/text_size/)
[![Build Status](https://travis-ci.org/matklad/text-size.svg?branch=master)](https://travis-ci.org/matklad/text-size)
[![Crates.io](https://img.shields.io/crates/v/text-size.svg)](https://crates.io/crates/text-size)
[![API reference](https://docs.rs/text-size/badge.svg)](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_size/) for more.
See the [docs](https://docs.rs/text-size/) for more.

## License

Expand Down

0 comments on commit 4c8a10e

Please sign in to comment.