We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87b69d6 commit 6e41f18Copy full SHA for 6e41f18
README.md
@@ -12,11 +12,7 @@
12
When using [Composer](https://getcomposer.org) you can always load in the latest version.
13
14
``` json
15
-{
16
- "require": {
17
- "jeroendesloovere/geolocation-php-api": "1.3.*"
18
- }
19
-}
+composer require jeroendesloovere/geolocation-php-api
20
```
21
Check [in Packagist](https://packagist.org/packages/jeroendesloovere/geolocation-php-api).
22
@@ -56,7 +52,7 @@ $result = Geolocation::getAddress(
56
52
);
57
53
58
54
59
-Check [the Geolocation class source](./src/Geolocation.php) or [view examples](./examples/example.php).
55
+Check [the Geolocation class source](./src/Geolocation.php).
60
61
## Symfony bundle
62
0 commit comments