diff --git a/README.md b/README.md index 221a38b..98377a7 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,6 @@ You can start by publishing the configuration. This is an optional step, it cont Next generate the migration file: $ php artisan countries:migration - $ composer dump-autoload It will generate the `_setup_countries_table.php` migration and the `CountriesSeeder.php` seeder. To make sure the data is seeded insert the following code in the `seeds/DatabaseSeeder.php`