Skip to content

Commit e747d65

Browse files
committed
chore: update readme
1 parent 70223db commit e747d65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ that contain citations in Chicago author-date style and certain metadata.
1010

1111
## Usage
1212

13-
Add the crate to your `Cargo.toml` and use it as shown below:
13+
Run `cargo add prepyrus` or add the crate to your `Cargo.toml`:
1414

1515
```toml
1616
[dependencies]
17-
prepyrus = "0.2"
17+
prepyrus = "<latest_version>"
1818
```
1919

2020
Main API interface is the `Prepyrus` impl. Example usage:

0 commit comments

Comments
 (0)