From fc4b42136e7fe92c5d7a8e55817cd11c4e69c652 Mon Sep 17 00:00:00 2001 From: John Nunemaker Date: Sat, 22 Aug 2009 10:32:09 -0400 Subject: [PATCH] Updated readme with how to build from master. --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 0533e57..f78fbc0 100644 --- a/README.rdoc +++ b/README.rdoc @@ -6,7 +6,7 @@ Makes http fun again! Releases are tagged on github and also released as gems on github and rubyforge. Master is pushed to whenever I add a patch or a new feature. To build from master, you can clone the code, generate the updated gemspec, build the gem and install. -* rake build_gemspec +* rake gemspec * gem build httparty.gemspec * gem install the gem that was built