From 25e34baa737282c2ea6eb441ab85c3d303b053c8 Mon Sep 17 00:00:00 2001 From: Trevor Blades Date: Sun, 10 Feb 2019 23:38:48 -0800 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index f0ccaff..742c153 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,6 @@ A public GraphQL API for information about countries, continents, and languages. ## Writing queries -In: - ```graphql { country(code: "BR") { @@ -28,7 +26,7 @@ In: } ``` -Out: +The above GraphQL query will produce the following JSON response: ```json {