From dafbb6cb6a02cff9f6eecfba752e5062bb6b916b Mon Sep 17 00:00:00 2001 From: Victor Gonzalez Date: Tue, 15 Oct 2019 11:25:09 -0400 Subject: [PATCH] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index f0716ee..20b5ffb 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,7 @@

Total Downloads Latest Stable Version -Travis CI Build Status: Master +Travis CI Build Status: Master

# Laravel Data Sync @@ -36,8 +36,8 @@ If using Laravel Forge, you can have the data sync run automatically on deploy. ``` if [ -f artisan ] then - php artisan data:sync php artisan migrate --force + php artisan data:sync fi ```