Skip to content

Commit 4d5283e

Browse files
authored
Readme fixes (#39)
1 parent 9f3edfb commit 4d5283e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# metis-rs
22

3-
**metis-rs** is a Rust library providing idiomatic bindings to [libmetis][METIS], a library for graph and mesh
3+
**metis-rs** is a Rust library providing idiomatic bindings to [libmetis][METIS_GH], a library for graph and mesh
44
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)