Skip to content

Commit

Permalink
Update the installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
dguo committed Jan 7, 2024
1 parent d9f10d5 commit e7a3b55
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ There are also generic versions of the functions for non-string inputs.
## Installation

`strsim` is available on [crates.io](https://crates.io/crates/strsim). Add it to
your `Cargo.toml`:
```toml
[dependencies]
strsim = "0.10.0"
your project:

```sh
cargo add strsim
```

## Usage
Expand Down

0 comments on commit e7a3b55

Please sign in to comment.