Skip to content

Commit 6e5c6dd

Browse files
authored
Update README.md
1 parent 5d10ec7 commit 6e5c6dd

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
@@ -8,7 +8,7 @@ There is support for both the Standard License and Premium/Enterprise License ty
88
Install the package using composer:
99

1010
```
11-
$ composer require medeirosdev/php-google-maps-distance-matrix
11+
$ composer require teampickr/php-google-maps-distance-matrix
1212
```
1313

1414
## Frameworks
@@ -124,4 +124,4 @@ $durationInTrafficText = $element->durationInTrafficText();
124124
$response->json['destination_addresses'][0];
125125
$response->json['rows'][0]['elements'][0]['distance']['value'];
126126
$response->json['rows'][0]['elements'][0]['duration_in_traffic']['text'];
127-
```
127+
```

0 commit comments

Comments
 (0)