diff --git a/README.md b/README.md index 972e514..f397fc9 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Now add the alias. You can start by publishing the configuration. This is an optional step, it contains the table name and does not need to be altered. If the default name `countries` suits you, leave it. Otherwise run the following command - $ php artisan vendor:publish + $ php artisan vendor:publish --provider="Webpatser\Countries\CountriesServiceProvider" Next generate the migration file: @@ -49,4 +49,4 @@ You may now run it with the artisan migrate command: $ php artisan migrate --seed -After running this command the filled countries table will be available \ No newline at end of file +After running this command the filled countries table will be available