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.
2 parents 85a88be + 60379ae commit b8ceba1Copy full SHA for b8ceba1
README.md
@@ -15,8 +15,8 @@ Supports SilverStripe 3.1
15
16
### Minimal configuration
17
18
-Given your DataObject uses the field names `Lat` and `Lng` for storing the latitude and longitude respectively then the
19
-following is a minimal setup to have the map show in the CMS:
+Given your DataObject uses the field names `Latitude` and `Longitude` for storing the latitude and longitude
+respectively then the following is a minimal setup to have the map show in the CMS:
20
21
```php
22
class Store extends DataObject
0 commit comments