We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70223db commit e747d65Copy full SHA for e747d65
README.md
@@ -10,11 +10,11 @@ that contain citations in Chicago author-date style and certain metadata.
10
11
## Usage
12
13
-Add the crate to your `Cargo.toml` and use it as shown below:
+Run `cargo add prepyrus` or add the crate to your `Cargo.toml`:
14
15
```toml
16
[dependencies]
17
-prepyrus = "0.2"
+prepyrus = "<latest_version>"
18
```
19
20
Main API interface is the `Prepyrus` impl. Example usage:
0 commit comments