Skip to content

Commit 975b1b0

Browse files
authored
Update README.md
1 parent 26a95fe commit 975b1b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ composer require laravel/jetstream
1616
```bash
1717
php artisan jetstream:install livewire
1818
```
19+
See [Docs](https://jetstream.laravel.com/2.x/installation.html) for more info.
1920

2021
2. Install this package:
2122

@@ -96,7 +97,7 @@ php artisan vendor:publish --provider="HeaderX\JetstreamPassport\JetstreamPasspo
9697
```
9798

9899

99-
7. finally, in one of you application's service providers, add passport routes and define your tokens' scopes, and set up jetstream to use the passport scopes, example:
100+
7. finally, in one of you application's service providers, add passport routes and define scopes for your passport tokens, and set up jetstream to use them, example:
100101

101102
```php
102103
<?php

0 commit comments

Comments
 (0)