From d8002ec251b91205031898d3d216a7d9320313a0 Mon Sep 17 00:00:00 2001 From: Pavel Reznikov Date: Tue, 11 Nov 2014 19:45:36 -0800 Subject: [PATCH] some ready changes --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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')