Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kaplanelad committed Oct 13, 2024
1 parent a02181b commit fa3ffb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To add **Crazy Train** to your project, include it in your `Cargo.toml`:

```toml
[dependencies]
crazy-train = "0.1.0" # Replace with the latest version
crazy-train = "*"
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
//!
//! ```toml
//! [dependencies]
//! crazy-train = "0.1.0" // Replace with the latest version
//! crazy-train = "*"
//! ```
//!

Expand Down

0 comments on commit fa3ffb2

Please sign in to comment.