diff --git a/README.md b/README.md index 516a4dd..3bfe3ff 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ When validation errors occur, the extractor will automatically return 400 with v | query | Enables support for `Query` | ✅ | ✅ | | form | Enables support for `Form` | ✅ | ✅ | | typed_header | Enables support for `TypedHeader` | ❌ | ✅ | -| typed_multipart | Enables support for `TypedMultipart` from `axum_typed_multipart` | ❌ | ✅ | +| typed_multipart | Enables support for `TypedMultipart` and `BaseMultipart` from `axum_typed_multipart` | ❌ | ✅ | | msgpack | Enables support for `MsgPack` and `MsgPackRaw` from `axum-msgpack` | ❌ | ✅ | | yaml | Enables support for `Yaml` from `axum-yaml` | ❌ | ✅ | | extra | Enables support for `Cached`, `WithRejection` from `axum-extra` | ❌ | ✅ |