Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jono20201 authored Dec 12, 2019
1 parent 5d10ec7 commit 6e5c6dd
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 @@ -8,7 +8,7 @@ There is support for both the Standard License and Premium/Enterprise License ty
Install the package using composer:

```
$ composer require medeirosdev/php-google-maps-distance-matrix
$ composer require teampickr/php-google-maps-distance-matrix
```

## Frameworks
Expand Down Expand Up @@ -124,4 +124,4 @@ $durationInTrafficText = $element->durationInTrafficText();
$response->json['destination_addresses'][0];
$response->json['rows'][0]['elements'][0]['distance']['value'];
$response->json['rows'][0]['elements'][0]['duration_in_traffic']['text'];
```
```

0 comments on commit 6e5c6dd

Please sign in to comment.