Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rawilk committed Nov 3, 2022
1 parent 80e785b commit 5ccb94c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ composer require rawilk/laravel-ups
You can publish the config file with:

```bash
php artisan vendor:publish --provider="Rawilk\Ups\UpsServiceProvider" --tag="config"
php artisan vendor:publish --tag="ups-config"
```

You can view the default config file here: https://github.com/rawilk/laravel-ups/blob/main/config/ups.php
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ composer require rawilk/laravel-ups
You may publish the config file like this:

```bash
php artisan vendor:publish --provider="Rawilk\Ups\UpsServiceProvider" --tag="config"
php artisan vendor:publish --tag="ups-config"
```

See the default configuration values [here](https://github.com/rawilk/laravel-ups/blob/main/config/ups.php).
Expand Down

0 comments on commit 5ccb94c

Please sign in to comment.