Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
inmanturbo committed Jan 30, 2024
1 parent 6aabdb6 commit 1be8d0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ You can publish the views with:
php artisan vendor:publish --provider="HeaderX\JetstreamPassport\JetstreamPassportServiceProvider" --tag="jetstream-passport-views"
```

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:
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:

```php
<?php
Expand Down Expand Up @@ -168,7 +168,7 @@ class JetstreamServiceProvider extends ServiceProvider
}
```

Now you can also edit `routes/api.php`
8. Now you can also edit `routes/api.php`

```diff
<?php
Expand Down

0 comments on commit 1be8d0e

Please sign in to comment.