From fefa17a6305ee3c86443781edf994d63a12bdeef Mon Sep 17 00:00:00 2001 From: Michel Martens Date: Wed, 3 Jun 2009 15:52:30 -0300 Subject: [PATCH] Updated README --- README.markdown | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index e9b234d..52b4e2f 100644 --- a/README.markdown +++ b/README.markdown @@ -72,12 +72,11 @@ You will get a nicely formatted PDF with your user stories. It uses [Prawn](http Installation ------------ - $ gem sources -a http://gems.github.com (you only have to do this once) - $ sudo gem install citrusbyte-stories + $ sudo gem install stories If you want to use it with Rails, add this to config/environment.rb: - config.gem "citrusbyte-stories", :lib => 'stories', :source => 'http://gems.github.com' + config.gem "stories" Then you can vendor the gem: