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(),