From b543aa08667dce9a50cafc49cd577bd96769d865 Mon Sep 17 00:00:00 2001 From: jaeming Date: Wed, 7 Oct 2015 01:50:39 +1300 Subject: [PATCH] correction for gem name as specified in gemspec I believe you left of the 's' on reviews here. It wouldn't bundle and when I looked at the gemspec, the gem name was "spina-reviews" as opposed to ""spina-review" as you have listed in this snippet. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c43a2f0..6714c9a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This is a Spina CMS plugin example, this project is meant to be cut into a gem a To start using this project locally, first clone it and add the following lines to your Gemfile: ``` -gem 'spina-review', path: '/path/to/the/project' +gem 'spina-reviews', path: '/path/to/the/project' ``` Make sure you run the migration installer to get started. @@ -32,4 +32,4 @@ That's all it takes to get the plugin working :) Now modify away and make your own plugins! -This project rocks and uses MIT-LICENSE. \ No newline at end of file +This project rocks and uses MIT-LICENSE.