Skip to content

Commit

Permalink
small tweak to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
noib3 committed Nov 27, 2023
1 parent 3f511a2 commit ec47cb6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 📐 norm

[![Latest version]](https://crates.io/crates/norms)
[![Docs badge]][docs]
[![Docs badge]](https://docs.rs/norms)
[![CI]](https://github.com/nomad/norm/actions)

[Latest version]: https://img.shields.io/crates/v/norms.svg
Expand Down Expand Up @@ -69,7 +69,7 @@ assert_eq!(ranges.len(), 1);
assert_eq!(ranges[0], 2..4); // The first "aa" in "Ulaanbaatar"
```

# A note on the crate's naming scheme
## A note on the crate's naming scheme

norm's `package.name` is `norms`, while its `lib.name` is `norm`. This is
because the package name has to be unique to be published to [crates.io], but
Expand All @@ -96,4 +96,3 @@ fn main() {

[bench]: https://github.com/noib3/fuzzy-benches
[crates.io]: https://crates.io
[docs]: https://docs.rs/norms

0 comments on commit ec47cb6

Please sign in to comment.