Skip to content

Commit 60379ae

Browse files
committed
Merge branch '1.3' into 1.4
2 parents ee5a720 + 3e3254a commit 60379ae

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)