From a0892bbec6a0ebfd281d4da6178d1b4c544109a3 Mon Sep 17 00:00:00 2001 From: Robert Shedd Date: Thu, 7 Aug 2014 22:52:33 -0700 Subject: [PATCH] the .all is no longer required for jquery-ui see: http://stackoverflow.com/a/24855721/139934 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c3b89bd..1503eb6 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ end To require the jQuery modal modules, add the following to your application.js: ```javascript -//= require jquery.ui.all +//= require jquery-ui //= require jquery.modal ``` @@ -29,7 +29,7 @@ Also add the jQuery modal CSS to your application.css: ```css /* - *= require jquery.ui.all + *= require jquery-ui *= require jquery.modal */ ```