From 004ac48230012085e76223a8d44a1a49c5d8f9d9 Mon Sep 17 00:00:00 2001 From: Kyle Banker Date: Tue, 2 Nov 2010 14:26:31 -0400 Subject: [PATCH] minor: docs --- README.rdoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 702699a..ea7d614 100644 --- a/README.rdoc +++ b/README.rdoc @@ -3,7 +3,8 @@ This is the 10gen-supported Ruby driver for MongoDB[http://www.mongodb.org]. Here's a quick code sample. See the MongoDB Ruby Tutorial -(http://www.mongodb.org/display/DOCS/Ruby+Tutorial) for much more. +(http://www.mongodb.org/display/DOCS/Ruby+Tutorial) for much more: + require 'rubygems' require 'mongo' @@ -19,6 +20,7 @@ Here's a quick code sample. See the MongoDB Ruby Tutorial puts "There are #{coll.count()} records. Here they are:" coll.find().each { |doc| puts doc.inspect } + = Installation === Ruby Versions