Skip to content

Commit 2851f30

Browse files
authored
Update README.md
1 parent 3c7d622 commit 2851f30

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ composer require toin0u/geocoder-laravel
3434
```
3535

3636
## Upgrading
37+
Anytime you upgrade this package, please remember to clear your cache, to prevent incompatible cached responses when breaking changes are introduced (hopefully only in major versions):
38+
```sh
39+
php artisan cache:clear
40+
```
41+
3742
### 1.x to 4.x
3843
Update your composer.json file:
3944
```json

0 commit comments

Comments
 (0)