minor: docs

This commit is contained in:
Kyle Banker 2010-03-04 11:32:59 -05:00
parent 3a5d162a22
commit 3a01a75645
1 changed files with 4 additions and 4 deletions

View File

@ -21,12 +21,12 @@ Here's a quick code sample. See the MongoDB Ruby Tutorial
= Installation = Installation
The driver's gems are hosted on Gemcutter[http://gemcutter.org]. If you haven't The driver's gems are hosted at Rubygems.org[http://rubygems.org]. Make sure you're
installed a gem from Gemcutter before, you'll need to set up Gemcutter first: using the latest version of rubygems:
$ gem install gemcutter $ gem update --system
Once you've installed Gemcutter, install the mongo gem as follows: Then you can install the mongo gem as follows:
$ gem install mongo $ gem install mongo