doc tweaks

This commit is contained in:
Jim Menard 2008-12-16 07:42:56 -05:00
parent e8f3696c77
commit bc61eacf03
1 changed files with 4 additions and 4 deletions

View File

@ -3,9 +3,9 @@
This is a simple pure-Ruby driver for the 10gen Mongo DB. For more information This is a simple pure-Ruby driver for the 10gen Mongo DB. For more information
about Mongo, see http://www.mongodb.org. about Mongo, see http://www.mongodb.org.
Note: this driver is still alpha quality. The API will change, as will the Note: this driver is still alpha quality. The API will change, as may the
data saved to the database (especially primary key values). Do *_not_* use this data saved to the database (especially primary key values). Do *_not_* use this
for any production data. for any production data yet.
= Demo = Demo
@ -27,7 +27,7 @@ The tests assume that the Mongo database is running on the default port.
$ rake rdoc $ rake rdoc
Then open the file doc/index.html. (I need to figure out where to put this on Then open the file doc/index.html. (I need to figure out where to put this on
the Web, or even how to publish this to the Wiki at the Web, or perhaps how to publish this to the Wiki at
http://github.com/jimm/mongo-ruby-driver/wikis automatically.) http://github.com/jimm/mongo-ruby-driver/wikis automatically.)
@ -53,7 +53,7 @@ type
= To Do = To Do
* Tests that prove that this driver's ObjectID and Geir's Java version do the * Tests that prove that this driver's ObjectID and Geir's Java version do the
same thing. same thing. (I've done so manually.)
* Capped collection support. * Capped collection support.