Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mawuva authored Sep 11, 2021
1 parent e79be56 commit c0df3c0
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 @@ -31,13 +31,13 @@ Once install, go to `config/app.php` to add `UsercareServiceProvider` in provide
- #### Publish Assets

```bash
php artisan vendor:publish --tag=usercare
php artisan vendor:publish --provider="Mawuekom\Usercare\UsercareServiceProvider"
```

Or you can publish config

```bash
php artisan vendor:publish --tag=usercare --config
php artisan vendor:publish --provider="Mawuekom\Usercare\UsercareServiceProvider" --tag="config"
```

#### Configuration
Expand Down

0 comments on commit c0df3c0

Please sign in to comment.