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 29991dc + b8ceba1 commit fc57c52Copy full SHA for fc57c52
README.md
@@ -15,8 +15,8 @@ Supports SilverStripe 4
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
use SilverStripe\ORM\DataObject;
0 commit comments