Skip to content

Commit

Permalink
doc: fixed wrong command in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
WyvernIXTL committed Oct 11, 2024
1 parent 896ea4c commit 26953c7
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
Expand Up @@ -2,7 +2,7 @@
name = "license-fetcher"
description = "Fetch licenses of dependencies at build time and embed them into your program."
authors = ["Adam McKellar <[email protected]>"]
version = "0.4.0"
version = "0.4.1"
edition = "2021"
readme = "README.md"
repository = "https://github.com/WyvernIXTL/license-fetcher"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The data is then serialized and compressed.
> Include this library as build dependency and as normal dependeny!
```
cargo add --build --features "build github git cache" license-fetcher
cargo add --build --features build license-fetcher
cargo add license-fetcher
```

Expand Down

0 comments on commit 26953c7

Please sign in to comment.