We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f3edfb commit 66be831Copy full SHA for 66be831
README.md
@@ -5,11 +5,11 @@ partitioning. It is made to be used with Rust version 1.67.0 or above.
5
6
## Getting Started
7
8
-Library released on [crates.io](https://crates.io/crates/metis-rs). To use it, add the following to your `Cargo.toml`:
+Library released on [crates.io](https://crates.io/crates/metis). To use it, add the following to your `Cargo.toml`:
9
10
```toml
11
[dependencies]
12
-metis-rs = "0.2"
+metis = "0.2"
13
```
14
15
The list of available versions and a change log are available in the [CHANGELOG.md](CHANGELOG.md) file.
0 commit comments