diff --git a/README.md b/README.md index f71d490e..644b7af4 100755 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ L.Control.geocoder(options) | Option | Type | Default | Description | | ----------------- | ---------------- | ------------------- | ----------- | | `collapsed` | Boolean | `true` | Collapse control unless hovered/clicked | -| `expand` | String | `"touch"` | How to expand a collapsed control: `touch` or `click` or `hover` | +| `expand` | String | `"hover"` | How to expand a collapsed control: `click` or `hover` | | `position` | String | `"topright"` | Control [position](http://leafletjs.com/reference.html#control-positions) | | `placeholder` | String | `"Search..."` | Placeholder text for text input | `errorMessage` | String | `"Nothing found."` | Message when no result found / geocoding error occurs | diff --git a/demo/index.html b/demo/index.html index f98f6939..2b09e09c 100644 --- a/demo/index.html +++ b/demo/index.html @@ -27,7 +27,12 @@