From 7a738908228c4472934d5b4eec7beb7db471f3f7 Mon Sep 17 00:00:00 2001 From: Pavel Reznikov Date: Thu, 8 Jan 2015 19:56:07 -0800 Subject: [PATCH] update requirements section --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 41b4237..9c0b630 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,11 @@ Usage ## Requirements -* http://underscorejs.org (>= 1.7.0) -* http://jquery.com (>= 1.11.0) -* http://jqueryui.com (>= 1.11.0). Minimum required components: Core, Widget, Mouse, Draggable, Resizable -* (Optional) http://knockoutjs.com (>= 3.2.0) +* [underscore.js](http://underscorejs.org) (>= 1.7.0) +* [jQuery](http://jquery.com( (>= 1.11.0) +* [jQuery UI](http://jqueryui.com) (>= 1.11.0). Minimum required components: Core, Widget, Mouse, Draggable, Resizable +* (Optional) [knockout.js](http://knockoutjs.com) (>= 3.2.0) +* (Optional) [jquery-ui-touch-punch](https://github.com/furf/jquery-ui-touch-punch) for touch-based devices support ## Basic usage