Skip to content

Commit 85d5239

Browse files
committed
Update README.md
1 parent c963489 commit 85d5239

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@ Build dependencies in Ubuntu 24.04 (other systems are similar):
1212

1313
## Using Verdict as a library
1414

15-
The `verdict` crate can be used as a normal Rust library in your own project!
16-
See the [documentation](https://secure-foundations.github.io/verdict/verdict/index.html) for more details.
15+
To use the `verdict` in your Cargo crate:
16+
```
17+
cargo add verdict --git https://github.com/secure-foundations/verdict.git
18+
```
19+
Please see our [documentation](https://secure-foundations.github.io/verdict/verdict/index.html) for examples and more details.
1720

1821
## Using the CLI
1922

0 commit comments

Comments
 (0)