diff --git a/README.md b/README.md
index bfad15f..6c4941e 100644
--- a/README.md
+++ b/README.md
@@ -144,9 +144,9 @@ ReactDOM.render(, container);
| tipFormatter |
- function |
+ function or `null` |
|
- Format the value of the tooltip if it shows. |
+ Format the value of the tooltip if it shows. If `null` the tooltip will always be hidden. |
| dots |