Skip to content

Commit 77567e7

Browse files
committed
Revert "Merge pull request rails#415 from cantonic/patch-1"
This reverts commit ef734cc, reversing changes made to 75f7094.
1 parent ef734cc commit 77567e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ Run `bower install jquery-ujs --save` to install the jquery-ujs package.
5050
Usage
5151
------------
5252

53-
Require both `jquery` and `jquery_ujs` into your application.js manifest.
53+
Require both `jquery` and `jquery-ujs` into your application.js manifest.
5454

5555
```javascript
5656
//= require jquery
57-
//= require jquery_ujs
57+
//= require jquery-ujs
5858
```
5959

6060
How to run tests

0 commit comments

Comments
 (0)