Skip to content

Commit b8ceba1

Browse files
committed
Merge branch '1.4' into 1
2 parents 85a88be + 60379ae commit b8ceba1

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
@@ -15,8 +15,8 @@ Supports SilverStripe 3.1
1515

1616
### Minimal configuration
1717

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:
18+
Given your DataObject uses the field names `Latitude` and `Longitude` for storing the latitude and longitude
19+
respectively then the following is a minimal setup to have the map show in the CMS:
2020

2121
```php
2222
class Store extends DataObject

0 commit comments

Comments
 (0)