From e7a3b55f97ad9b63c612f71bee490d847a6698d5 Mon Sep 17 00:00:00 2001 From: Danny Guo Date: Sun, 7 Jan 2024 09:36:30 -0500 Subject: [PATCH] Update the installation instructions --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f3dcd96..45d0851 100644 --- a/README.md +++ b/README.md @@ -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