From d33942557f9d3eb3c61116bd305b94ba0858420a Mon Sep 17 00:00:00 2001 From: Anton Komarev Date: Sun, 16 Jan 2022 01:11:32 +0300 Subject: [PATCH] Wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3717397..4c1acd0 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ and the next execution of `php artisan migrate` will call the `up` method again. To prevent this behavior, all migrations should have `down` method that will throw an Exception, nothing more. PHP DB Migration Validator checks whether all migration files meet this requirement. -You can add it to the server's git hooks to prevent migration rollback, or add validation to CI. +You can add it to the server's git hooks to prevent migration rollback, or add validation step to CI. ## Installation