diff --git a/README.md b/README.md
index 2cfb631b1..b259cabdd 100644
--- a/README.md
+++ b/README.md
@@ -87,7 +87,7 @@ If there are multiple locales loaded, you can use the prop `locale` to define wh
It is possible to customize the way that the input is displayed. The simplest is to supply `inputProps` which get assigned to the default `` element within the component.
```js
-
+
```
Alternatively, if you need to render different content than an `` element, you may supply a `renderInput` function which is called instead.