diff --git a/README.md b/README.md index 29ea432d..41d050f5 100644 --- a/README.md +++ b/README.md @@ -50,11 +50,11 @@ Run `bower install jquery-ujs --save` to install the jquery-ujs package. Usage ------------ -Require both `jquery` and `jquery-ujs` into your application.js manifest. +Require both `jquery` and `jquery_ujs` into your application.js manifest. ```javascript //= require jquery -//= require jquery-ujs +//= require jquery_ujs ``` How to run tests