Skip to content

Commit 4cb917a

Browse files
Update README.md
Mention the gem itself as the first step of installation.
1 parent 0d5d03b commit 4cb917a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ versions of jQuery.
2424

2525
## Installation
2626

27+
Add
28+
```
29+
gem 'jquery-rails'
30+
```
31+
to your Gemfile.
32+
2733
The jquery and jquery-ujs files will be added to the asset pipeline and available for you to use. If they're not already in `app/assets/javascripts/application.js` by default, add these lines:
2834

2935
```js

0 commit comments

Comments
 (0)