From Ruby to Elixir: Syntax error creating phone_app (page 86)

@sb8244

In Chapter 6, Persisting Data with Ecto, the text says to create the phone_app with phx.app and should read phx.new.

use…
$ mix phx.new phone_app

…rather than…
$ mix phx.app phone_app

2 Likes

Wow that one is so weird. Thanks for finding it. No idea how that happened :sweat_smile: