Skip to content

Commit

Permalink
Update readme with composer require line of code
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroendesloovere committed Mar 29, 2018
1 parent 87b69d6 commit 6e41f18
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@
When using [Composer](https://getcomposer.org) you can always load in the latest version.

``` json
{
"require": {
"jeroendesloovere/geolocation-php-api": "1.3.*"
}
}
composer require jeroendesloovere/geolocation-php-api
```
Check [in Packagist](https://packagist.org/packages/jeroendesloovere/geolocation-php-api).

Expand Down Expand Up @@ -56,7 +52,7 @@ $result = Geolocation::getAddress(
);
```

Check [the Geolocation class source](./src/Geolocation.php) or [view examples](./examples/example.php).
Check [the Geolocation class source](./src/Geolocation.php).

## Symfony bundle

Expand Down

0 comments on commit 6e41f18

Please sign in to comment.