diff --git a/readme.md b/readme.md index 1d2e7da..4d2bbcc 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # Laravel Data Sync -Laravel utility to keep records synced between enviroments through source control +Laravel utility to keep records synced between environments through source control ## Installation & Usage - Via composer: `composer require distinctm/laravel-data-sync` @@ -144,4 +144,4 @@ translates to... 'role_id' => Role::where('slug', 'destroy-ferrari')->first()->id, ]); -``` \ No newline at end of file +```