Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updated readme to reference new `render_sync:install` generator (replacing `sync:install` which is no longer defined).
  • Loading branch information
Michael Shimmins committed May 16, 2016
1 parent 1b835bf commit a5d9a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ gem 'render_sync'

```bash
$ bundle
$ rails g sync:install
$ rails g render_sync:install
```

#### 2) Require sync in your asset javascript manifest `app/assets/javascripts/application.js`:
Expand Down

0 comments on commit a5d9a79

Please sign in to comment.