diff --git a/README.md b/README.md index 2e429bd1..7f12cf0f 100644 --- a/README.md +++ b/README.md @@ -70,11 +70,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