From 5ed53f6c72089f60b5e97273ed5e835f7a91ec1b Mon Sep 17 00:00:00 2001 From: Tim Ellison Date: Mon, 14 Jun 2021 22:14:16 -0700 Subject: [PATCH] Fix type in README.md (#151) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c442ea7..a9e2adf 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Mock your future API or extend the existing API with realistic data from [faker.js](https://github.com/Marak/faker.js). **No coding required**. All you need is to write [GraphQL SDL](https://alligator.io/graphql/graphql-sdl/). Don't worry, we will provide you with examples in our SDL editor. -In the GIF bellow we add fields to types inside real GitHub API and you can make queries from GraphiQL, Apollo, Relay, etc. and receive **real data mixed with mock data.** +In the GIF below we add fields to types inside real GitHub API and you can make queries from GraphiQL, Apollo, Relay, etc. and receive **real data mixed with mock data.** ![demo-gif](./docs/demo.gif) ## How does it work?