diff --git a/README.md b/README.md
index 1720c79..41b4237 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,8 @@ gridstack.js
============
gridstack.js is a jQuery plugin for widget layout. This is drag-and-drop multi-column grid. It allows you to build
-draggable responsive bootstrap v3 friendly layouts. It also works great with [knockout.js](http://knockoutjs.com)
+draggable responsive bootstrap v3 friendly layouts. It also works great with [knockout.js](http://knockoutjs.com) and
+touch devices.
Inspired by [gridster.js](http://gridster.net). Built with love.
@@ -258,6 +259,15 @@ Sorts array of nodes
Please use [jQuery UI Touch Punch](https://github.com/furf/jquery-ui-touch-punch) to make jQuery UI Draggable/Resizable
working on touch-based devices.
+```html
+
+
+
+
+
+
+```
+
Also `always_show_resize_handle` option may be useful:
```javascript