From 1247d7bdc3f6bf46f98407df136177e458a8dd3e Mon Sep 17 00:00:00 2001 From: Conrad Taylor Date: Mon, 13 Sep 2021 22:48:54 -0700 Subject: [PATCH] Update instructions for entering GraphQL query. --- README.md | 4 ++-- mix.exs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 18bf219..f840335 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Note: This tutorial was updated on macOS 11.5.2. open http://localhost:4000/graphiql ``` -7. enter and run GraphQL query +7. enter the below GraphQL query on the left side of the browser window ```graphql { @@ -512,7 +512,7 @@ Note: This tutorial was updated on macOS 11.5.2. open http://localhost:4000/graphiql ``` -25. enter the GraphQL query on the left side of the browser +25. enter the below GraphQL query on the left side of the browser window ```graphql { diff --git a/mix.exs b/mix.exs index de855cc..023129c 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule ZeroPhoenix.Mixfile do def project do [ app: :zero_phoenix, - version: "2.3.1", + version: "2.4.2", elixir: "~> 1.13.0-dev", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix, :gettext] ++ Mix.compilers(),