README.md in rack-jquery_ui-3.0.0 vs README.md in rack-jquery_ui-3.0.2
- old
+ new
@@ -18,12 +18,10 @@
* Install it (see below)
* `require 'rack/jquery_ui'`.
* Add `use Rack::JQueryUI` to your middleware stack.
* Put this in the head of your layout (the example is Haml but you can use whatever you like)
-
- %head
- = Rack::JQueryUI.cdn env
+ = Rack::JQueryUI.cdn env
where `env` is the Rack env.
Now you have the script tags to Media Temple's CDN in the head (you can also use Google or Microsoft, or Cloudflare, see the docs).