diff --git a/README.md b/README.md
index 8d9182547..5945b08d3 100644
--- a/README.md
+++ b/README.md
@@ -227,7 +227,7 @@ The component accepts the following props:
|**`print`**|boolean or string|true|Show/hide print icon from toolbar. Possible values:
- true: Button is visiable and clickable.
- false: Button is not visible.
- disabled: Button is visible, but not clickable.
|**`renderExpandableRow`**|function||Render expandable row. `function(rowData, rowMeta) => React Component` [Example](https://github.com/gregnb/mui-datatables/blob/master/examples/expandable-rows/index.js)
|**`resizableColumns`**|boolean|false|Enable/disable resizable columns.
-|**`responsive`**|string|'stacked'|Enable/disable responsive table views. Options: - "vertical" (default value): In smaller views the table cells will collapse such that the heading is to the left of the cell value.
- "standard": Table will stay in the standard mode but make small changes to better fit the allocated space.
- "simple": On very small devices the table rows will collapse into simple display.
[Example](https://github.com/gregnb/mui-datatables/blob/master/examples/simple/index.js)
+|**`responsive`**|string|'vertical'|Enable/disable responsive table views. Options: - "vertical" (default value): In smaller views the table cells will collapse such that the heading is to the left of the cell value.
- "standard": Table will stay in the standard mode but make small changes to better fit the allocated space.
- "simple": On very small devices the table rows will collapse into simple display.
[Example](https://github.com/gregnb/mui-datatables/blob/master/examples/simple/index.js)
|**`rowHover`**|boolean|true|Enable/disable hover style over rows.
|**`rowsExpanded`**|array||User provided expanded rows.
|**`rowsPerPage`**|number|10|Number of rows allowed per page.