diff --git a/README.md b/README.md
index 335643fa8..d445a55a3 100644
--- a/README.md
+++ b/README.md
@@ -151,7 +151,7 @@ React.render(
, mountNode);
| key | String | | key of this summary |
| className | String | - | className of this summary row |
| style | React.CSSProperties | - | style of this summary row |
-| onClick | (e?: React.MouseEvent) => void | - | The `onClick` attribute in `Table.Summary.Row` component can be used to set a click event handler for the summary row. |
+| onClick | (e?: React.MouseEvent\) => void | - | The `onClick` attribute in `Table.Summary.Row` component can be used to set a click event handler for the summary row. |
## License