diff --git a/README.md b/README.md index 719eaf9..d769ea4 100644 --- a/README.md +++ b/README.md @@ -50,5 +50,5 @@ For more usage examples, please refer to the `basic.rs` and `custom.rs` files in ## Features -`422`: Use `422 Unprocessable Entity` instead of `400 Bad Request` as the status code when validation fails. -`into_json`: When this feature is enabled, validation errors will be serialized into JSON format and returned as the HTTP body. \ No newline at end of file +* `422`: Use `422 Unprocessable Entity` instead of `400 Bad Request` as the status code when validation fails. +* `into_json`: When this feature is enabled, validation errors will be serialized into JSON format and returned as the HTTP body. \ No newline at end of file