Skip to content

Commit

Permalink
Fix example README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vintikzzz committed Dec 25, 2016
1 parent 6e4c0cb commit 9ae127e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/blog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Example project

```
$ mix do deps.get, ecto.migrate
$ mix do deps.get, ecto.create, ecto.migrate
$ iex -S mix
iex(1)> post = %Blog.Post{title: "some awesome title", text: "great content", tags: ~w(cool awesome great)}
%Blog.Post{__meta__: #Ecto.Schema.Metadata<:built, "posts">, id: nil,
Expand Down

0 comments on commit 9ae127e

Please sign in to comment.