small fix

This commit is contained in:
Wyatt Johnson
2017-06-08 17:34:01 -06:00
parent d0b3845d0f
commit 1d3cc906eb
+1 -1
View File
@@ -46,7 +46,7 @@ alternative methods of loading configuration during development.
### Running Migrations
We have a migration tool that can be run using `bin/cli-migration run`. This will detect new migrations available and prompt you to backup your database before proceeding with the migration. Migrations are required with major version releases.
We have a migration tool that can be run using `bin/cli migration run`. This will detect new migrations available and prompt you to backup your database before proceeding with the migration. Migrations are required with major version releases.
### Using Trust