From 1dd8ca4d9e519e454466270262624e5c0d2a7f73 Mon Sep 17 00:00:00 2001 From: lpmi-13 Date: Fri, 10 Aug 2018 23:03:13 +0100 Subject: [PATCH] fix simple typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6c43d6..2bab576 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Configuration For different configurations, rails_admin_map_field can be configured with the following: -- `longitude_field` - the name of the longitude field that forms the the co-ordinate with the latitude field specified. Defaults to "longitude" +- `longitude_field` - the name of the longitude field that forms the co-ordinate with the latitude field specified. Defaults to "longitude" - `google_api_key` - if you use a Google Maps API Key, it can be specified here. - `default_latitude` - the latitude to center the map shown on if the latitude field is blank. Defaults to 51.5, the latitude of London, UK. - `default_longitude` - the longitude used if the longitude field is blank. Defaults to -0.126, the longitude of London, UK.