Skip to content

Commit 66be831

Browse files
committed
fix crates.io library name
1 parent 9f3edfb commit 66be831

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ partitioning. It is made to be used with Rust version 1.67.0 or above.
55

66
## Getting Started
77

8-
Library released on [crates.io](https://crates.io/crates/metis-rs). To use it, add the following to your `Cargo.toml`:
8+
Library released on [crates.io](https://crates.io/crates/metis). To use it, add the following to your `Cargo.toml`:
99

1010
```toml
1111
[dependencies]
12-
metis-rs = "0.2"
12+
metis = "0.2"
1313
```
1414

1515
The list of available versions and a change log are available in the [CHANGELOG.md](CHANGELOG.md) file.

0 commit comments

Comments
 (0)