Remove duplicate word in README

This commit is contained in:
fabianlindfors 2022-02-05 22:16:34 +01:00
parent 336e73394d
commit 4025b7d811

View File

@ -120,7 +120,7 @@ To create your new `users` table, run:
reshape migrate --complete
```
We use the `--complete` flag to automatically complete the migration. During a production deployment, you should first first run `reshape migrate` followed by `reshape complete` once your application has been fully rolled out.
We use the `--complete` flag to automatically complete the migration. During a production deployment, you should first run `reshape migrate` followed by `reshape complete` once your application has been fully rolled out.
If nothing else is specified, Reshape will try to connect to a Postgres database running on `localhost` using `postgres` as both username and password. See [Connection options](#connection-options) for details on how to change the connection settings.