Update README.md

This commit is contained in:
Sunli 2020-09-14 14:13:43 +08:00
parent 1ab5da63ef
commit 99ff3a8b96
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ This crate uses `#![forbid(unsafe_code)]` to ensure everything is implemented in
* Rustfmt friendly (Procedural Macro)
* Custom scalars
* Minimal overhead
* Easy integration (hyper, actix_web, tide ...)
* Easy integration (actix_web, tide, warp, rocket ...)
* Upload files (Multipart request)
* Subscriptions (WebSocket transport)
* Custom extensions

View File

@ -39,7 +39,7 @@
//! * Rustfmt friendly (Procedural Macro)
//! * Custom scalars
//! * Minimal overhead
//! * Easy integration (hyper, actix_web, tide ...)
//! * Easy integration (actix_web, tide, warp, rocket ...)
//! * File upload (Multipart request)
//! * Subscriptions (WebSocket transport)
//! * Custom extensions