diff --git a/README.md b/README.md index 43afc26..2dda76e 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ composer require chinleung/laravel-locales By default, the application locales is only going to be `en`. If your application support other locales, you can either set a `app.locales` in your `config/app.php` or publish the configuration file: ``` bash -php artisan vendor:publish --provider="Chinleung\LaravelMultilingualRoutes\LaravelLocalesServiceProvider" --tag="config" +php artisan vendor:publish --provider="ChinLeung\LaravelMultilingualRoutes\LaravelLocalesServiceProvider" --tag="config" ``` ## Helpers diff --git a/src/LaravelLocalesServiceProvider.php b/src/LaravelLocalesServiceProvider.php index 672962d..1a93cf3 100644 --- a/src/LaravelLocalesServiceProvider.php +++ b/src/LaravelLocalesServiceProvider.php @@ -1,6 +1,6 @@