From b7fa12772afda3ccbfc7b5eb52f6c7b2eb6c6628 Mon Sep 17 00:00:00 2001 From: sunli Date: Tue, 28 Apr 2020 20:36:47 +0800 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c7b7b00..7f91dbd7 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ It supports all of the GraphQL specifications and is easy to integrate into exis If you are just getting started, we recommend checking out our examples at: https://github.com/async-graphql/examples -To see how you would create a Relay-compliant server using async-graphql, warp, diesel & postgesql, you can also check out a real-world example at: https://github.com/phated/twentyfive-stars +To see how you would create a Relay-compliant server using async-graphql, warp, diesel & postgresql, you can also check out a real-world example at: https://github.com/phated/twentyfive-stars ## Benchmark