Skip to content

Commit

Permalink
docs(clex): fix toml warning in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rootCircle committed Nov 4, 2024
1 parent 94458dd commit 1dede18
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clex/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ To install clex, add it as a dependency in your `Cargo.toml`:

```toml
[dependencies]
clex = "0.1" // Adjust the version as necessary
clex = "0.1"
```

### Usage
Expand Down
2 changes: 1 addition & 1 deletion clex/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
//!
//! ```toml
//! [dependencies]
//! clex = "0.1" // Adjust the version as necessary
//! clex = "0.1"
//! ```
//!
//! Import the module in your Rust code:
Expand Down
2 changes: 1 addition & 1 deletion cscrapper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add `cscrapper` as a dependency in your `Cargo.toml`:

```toml
[dependencies]
cscrapper = "0.1" // Adjust the version as necessary
cscrapper = "0.1"
```

### Usage
Expand Down

0 comments on commit 1dede18

Please sign in to comment.