fix README.md

This commit is contained in:
gengteng
2023-08-01 13:08:57 +08:00
parent 8da4d2519d
commit dfd714cd50

View File

@@ -50,5 +50,5 @@ For more usage examples, please refer to the `basic.rs` and `custom.rs` files in
## Features ## Features
`422`: Use `422 Unprocessable Entity` instead of `400 Bad Request` as the status code when validation fails. * `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. * `into_json`: When this feature is enabled, validation errors will be serialized into JSON format and returned as the HTTP body.