From a5d9a796f3927aa654dfe59c005bc29e99a67e26 Mon Sep 17 00:00:00 2001 From: Michael Shimmins Date: Mon, 16 May 2016 21:40:59 +1000 Subject: [PATCH] Update README.md Updated readme to reference new `render_sync:install` generator (replacing `sync:install` which is no longer defined). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 344bd28..b70e11a 100644 --- a/README.md +++ b/README.md @@ -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`: