Merge pull request #233 from AlaaZorkane/patch-1

fix(docs): missing comment hashtag
This commit is contained in:
Sunli 2020-08-10 10:56:26 +08:00 committed by GitHub
commit 80820f1db9

View File

@ -6,7 +6,7 @@
[dependencies]
async-graphql = "1.11.0"
async-graphql-actix-web = "1.3.0" # If you need to integrate into actix-web
async-graphql-warp = "1.3.0" If you need to integrate into warp
async-graphql-warp = "1.3.0" # If you need to integrate into warp
async-graphql-tide = "1.2.0" # If you need to integrate into tide
```
@ -52,4 +52,4 @@ let json = serde_json::to_string(&async_graphql::http::GQLResponse(res));
## Web server integration
Please refer to https://github.com/async-graphql/examples.
Please refer to https://github.com/async-graphql/examples.