Skip to content

Commit

Permalink
fixing missing comma in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
graysky committed Sep 27, 2009
1 parent 0469482 commit 11e0cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -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

Expand Down

0 comments on commit 11e0cb2

Please sign in to comment.