From 11e0cb263f2fc5feebc168b1c2e138c5fe2a3a8a Mon Sep 17 00:00:00 2001 From: Mike Champion Date: Sun, 27 Sep 2009 13:08:27 -0400 Subject: [PATCH] fixing missing comma in doc --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 1a792a9..d968e4d 100644 --- a/README.rdoc +++ b/README.rdoc @@ -25,7 +25,7 @@ To install this plugin into your Rails app (2.2 or 2.3+): To install as a gem add the following to config/environment.rb: - config.gem "graysky-translator", :lib => "translator" :source => "http://gems.github.com" + config.gem "graysky-translator", :lib => "translator", :source => "http://gems.github.com" == RDocs