Skip to content

Commit 6e41f18

Browse files
Update readme with composer require line of code
1 parent 87b69d6 commit 6e41f18

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@
1212
When using [Composer](https://getcomposer.org) you can always load in the latest version.
1313

1414
``` json
15-
{
16-
"require": {
17-
"jeroendesloovere/geolocation-php-api": "1.3.*"
18-
}
19-
}
15+
composer require jeroendesloovere/geolocation-php-api
2016
```
2117
Check [in Packagist](https://packagist.org/packages/jeroendesloovere/geolocation-php-api).
2218

@@ -56,7 +52,7 @@ $result = Geolocation::getAddress(
5652
);
5753
```
5854

59-
Check [the Geolocation class source](./src/Geolocation.php) or [view examples](./examples/example.php).
55+
Check [the Geolocation class source](./src/Geolocation.php).
6056

6157
## Symfony bundle
6258

0 commit comments

Comments
 (0)