diff --git a/README.md b/README.md index 30f5745..7589b0b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,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. +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) Inspired by [gridster.js](http://gridster.net). Built with love. @@ -52,7 +53,11 @@ ko.components.register('dashboard-grid', { template: [ '
', ' ', - '
', + '
', + ' ', + '
', ' ', '
' ].join('\n')