Skip to content

Commit

Permalink
fixed error in installation directions
Browse files Browse the repository at this point in the history
  • Loading branch information
vsbuffalo committed Feb 9, 2024
1 parent 79d0a9e commit 907b2e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "recmap"
version = "0.2.2"
version = "0.2.3"
edition = "2021"
license = "MIT"
authors = ["Vince Buffalo <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ $ cargo add recmap
To install the command line tool, use:

```
$ cargo install recmap
$ cargo install recmap --features=cli
```

0 comments on commit 907b2e0

Please sign in to comment.