diff --git a/README.md b/README.md index ae63c89..34da69a 100644 --- a/README.md +++ b/README.md @@ -272,7 +272,7 @@ Note: This tutorial was updated on macOS 11.6.1. reset() # - # people + # create people # me = @@ -308,7 +308,7 @@ Note: This tutorial was updated on macOS 11.6.1. }) # - # friendships + # create friendships # me diff --git a/dev/support/seeds.ex b/dev/support/seeds.ex index 549caee..eb3d36c 100644 --- a/dev/support/seeds.ex +++ b/dev/support/seeds.ex @@ -10,7 +10,7 @@ defmodule ZeroPhoenix.Seeds do reset() # - # people + # create people # me = @@ -46,7 +46,7 @@ defmodule ZeroPhoenix.Seeds do }) # - # friendships + # create friendships # me diff --git a/mix.exs b/mix.exs index 8eb1c38..98921e4 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule ZeroPhoenix.Mixfile do [ app: :zero_phoenix, version: "2.7.2", - elixir: "~> 1.13.0", + elixir: "~> 1.13.1", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:gettext] ++ Mix.compilers(), start_permanent: Mix.env() == :prod,