Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down Expand Up @@ -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
{
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down