diff --git a/README.md b/README.md index 138fe2db..dbc34c59 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ defmodule Repo do end defmodule Weather do - use Ecto.Model + use Ecto.Schema schema "weather" do field :city # Defaults to type :string