Removed "alpha quality" text from introduction.

This commit is contained in:
Jim Menard 2009-02-06 11:53:55 -05:00
parent 0faf693801
commit 7281895f10
1 changed files with 0 additions and 4 deletions

View File

@ -3,10 +3,6 @@
This is a Ruby driver for the 10gen Mongo DB. For more information about
Mongo, see http://www.mongodb.org.
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 for any production data yet.
Start by reading the XGen::Mongo::Driver::Mongo and XGen::Mongo::Driver::DB
documentation, then move on to XGen::Mongo::Driver::Collection and
XGen::Mongo::Driver::Cursor.