Skip to content

Commit

Permalink
README formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ranger-ross authored Aug 12, 2024
1 parent e299797 commit 2c4745c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ Any type that implments the Actix [`FromRequest`](https://docs.rs/actix-web/late

```toml
# Cargo.toml
actix-web-validation = { version = "0.0.0", features = ["validator"]}
actix-web-validation = { version = "0.0.0", features = ["validator"] }
# or
actix-web-validation = { version = "0.0.0", features = ["garde"]}
actix-web-validation = { version = "0.0.0", features = ["garde"] }
# or
actix-web-validation = { version = "0.0.0", features = ["custom"]}
actix-web-validation = { version = "0.0.0", features = ["custom"] }
```

```rust,ignore
Expand Down

0 comments on commit 2c4745c

Please sign in to comment.