There was an error while loading. Please reload this page.
1 parent 3b2625c commit 8541f83Copy full SHA for 8541f83
README.md
@@ -25,7 +25,7 @@ $simpleGoogleMaps = SimpleGoogleMapsFactory::getByKey(getenv('KEY'));
25
$simpleGoogleMaps = SimpleGoogleMapsFactory::getByClientNameAndCryptKey(getenv('CLIENT_NAME'), getenv('CRYPT_KEY'));
26
```
27
28
-## Geocoding
+### Geocoding
29
30
To convert an address to a set of GPS coordinates, use the `geocode` method, as shown below.
31
0 commit comments