Skip to content

Commit 8f829ff

Browse files
authored
Merge pull request #1171 from code-corps/improve-readme
Improve README
2 parents 441b338 + 144878f commit 8f829ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/INSTALLING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ mix ecto.create
5959
You can now compile and run the server:
6060

6161
```shell
62-
mix phoenix.server
62+
mix phx.server
6363
```
6464

6565
You can also run your app inside IEx (Interactive Elixir) as:
@@ -80,6 +80,8 @@ mix ecto.setup
8080

8181
This is an alias that runs `ecto.create`, `ecto.migrate`, and `run priv/repo/seeds.exs` in succession.
8282

83+
You can open the file [`priv/repo/seeds.exs`](/priv/repo/seeds.exs) to see what data was seeded into your database.
84+
8385
### Verify it worked
8486

8587
Point your browser (or make a direct request) to `http://api.lvh.me:4000/users` (`lvh.me` resolves itself and all subdomains to your `localhost` accordingly). You'll get the following response (although you might have data if you seeded the database):

0 commit comments

Comments
 (0)