From 7445459101903766deb39f1e3a672a9f3451cd73 Mon Sep 17 00:00:00 2001 From: Kyle Banker Date: Mon, 16 Nov 2009 16:45:37 -0500 Subject: [PATCH] minor: doc fix --- README.rdoc | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/README.rdoc b/README.rdoc index fef8ed6..a8e68b4 100644 --- a/README.rdoc +++ b/README.rdoc @@ -32,8 +32,8 @@ If (or once) you have Gemcutter setup, install the "mongo" gem by typing $ gem install mongo -You should also install the driver's c extension for greatly increased -performance: +For a significant performance boost, you should also install the driver's C +extensions: $ gem install mongo_ext @@ -46,15 +46,7 @@ you can install it as a gem from the source by typing $ rake gem:install -=== Optional C Extension - -There is a separate gem containing optional C extensions that will increase the -performance of the driver. To use the optional extensions just install the gem -by typing - - $ gem install mongo_ext - -To install from source type this instead +To install the C extensions from source, type this instead: $ rake gem:install_extensions