Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
reliq committed Mar 4, 2020
1 parent a3d85bf commit c362922
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 @@ -47,7 +47,7 @@ or require in *composer.json*:
```json
{
"require": {
"reliqarts/laravel-guided-image": "^2.0"
"reliqarts/laravel-guided-image": "^3.0"
}
}
```
Expand All @@ -59,7 +59,7 @@ Finally, publish package resources and configuration:
php artisan vendor:publish --provider="ReliqArts\GuidedImage\ServiceProvider"
```

You may opt to publish only configuration by using the `guided-image-config` tag:
You may opt to publish only configuration by using the `guidedimage-config` tag:

```
php artisan vendor:publish --provider="ReliqArts\GuidedImage\ServiceProvider" --tag="guidedimage-config"
Expand Down

0 comments on commit c362922

Please sign in to comment.