diff --git a/README.md b/README.md index 43784d9..68514cf 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ end First, you'll need to build the test database. ```elixir -MIX_ENV=test mix db.reset +MIX_ENV=test mix ecto.reset ``` This task assumes you have postgres installed and that the `postgres` user can create / drop databases. If you'd prefer to use a different user, you can specify it with the environment variable `SCRIVENER_ECTO_DB_USER`.