Skip to content

Commit 8792932

Browse files
committed
update readme
1 parent 5a66608 commit 8792932

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ php artisan jetstream:install inertia
1919
npx laravel-jetstream-react@latest install
2020
```
2121

22-
It supports teams and/or SSR
22+
It supports teams, SSR, and dark mode
2323

2424
```bash
2525
composer create-project laravel/laravel myapp
2626
cd myapp
2727
composer require laravel/jetstream
28-
php artisan jetstream:install inertia --teams --ssr
29-
npx laravel-jetstream-react@latest install --teams --ssr
28+
php artisan jetstream:install inertia --teams --ssr --dark
29+
npx laravel-jetstream-react@latest install --teams --ssr --dark
3030
```
3131

3232
## Components

0 commit comments

Comments
 (0)