diff --git a/README.md b/README.md index 20e9bce..f9ed736 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ php artisan turbo:install --jet When using Jetstream with Livewire, the [Livewire Turbo Plugin](https://github.com/livewire/turbolinks) is needed so Livewire works nicely with Turbo. This one will be added to your Jetstream layouts as script tags fetching from a CDN (both `app.blade.php` and `guest.blade.php`). -If you're not using Importmap, the command will tell you to pull and compile the assets before proceeding: +If you're not using [Importmap](https://github.com/tonysm/importmap-laravel), the command will tell you to pull and compile the assets before proceeding: ```bash npm install @@ -69,12 +69,6 @@ php artisan turbo:install --alpine _Note: the `--jet` option also adds all the necessary Alpine dependencies since Jetstream depends on Alpine._ -Here's the full list of flags: - -```bash -php artisan turbo:install --jet --stimulus --alpine -``` - ### Turbo HTTP Middleware The package ships with a middleware which applies some conventions on your redirects, specially around how failed validations are handled automatically by Laravel. Read more about this in the [Conventions](#conventions) section of the documentation.