Skip to content

Commit 8cdab24

Browse files
committed
fix: publish config and install version in readme
1 parent 1981037 commit 8cdab24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Compatible with: Laravel 6.x (LTS), Laravel 8.x or PHP 7.4<=
1111
You can install the package via composer or just download it:
1212

1313
```bash
14-
composer require deviddev/billingo-api-v3-wrapper:^1.0
14+
composer require deviddev/billingo-api-v3-wrapper
1515
```
1616

1717
# Usage
@@ -20,7 +20,7 @@ composer require deviddev/billingo-api-v3-wrapper:^1.0
2020

2121
Publish config file:
2222

23-
`php artisan vendor:publish --provider=Deviddev\BillingoApiV3Wrapper\BillingoApiV3WrapperServiceProvider`
23+
`php artisan vendor:publish --provider=Deviddev\BillingoApiV3Wrapper\BillingoApiV3WrapperServiceProvider --tag="config"`
2424

2525
**First set up your Billingo API V3 key in ./config/billingo-api-v3-wrapper.php config file.**
2626

0 commit comments

Comments
 (0)