Skip to content

Commit 3e3254a

Browse files
committed
DOCS Clarified confusing field names
1 parent 3630ade commit 3e3254a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Supports SilverStripe 3.1
1313

1414
### Minimal configuration
1515

16-
Given your DataObject uses the field names `Lat` and `Lng` for storing the latitude and longitude respectively then the
17-
following is a minimal setup to have the map show in the CMS:
16+
Given your DataObject uses the field names `Latitude` and `Longitude` for storing the latitude and longitude
17+
respectively then the following is a minimal setup to have the map show in the CMS:
1818

1919
```php
2020
class Store extends DataObject

0 commit comments

Comments
 (0)