To-do list added to README.

This commit is contained in:
Jim Menard 2008-12-01 20:21:22 -05:00
parent 011bf0a51c
commit bc30e7239a
1 changed files with 10 additions and 0 deletions

10
README
View File

@ -3,18 +3,28 @@
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.
= Demo = Demo
$ ruby examples/demo.rb $ ruby examples/demo.rb
Mongo must be running, of course. Mongo must be running, of course.
= Testing = Testing
$ rake test $ rake test
The tests assume that the Mongo database is running on the default port. The tests assume that the Mongo database is running on the default port.
= To Do
* Synchronization.
* More tests.
= License = License
== Mongo Ruby Driver == Mongo Ruby Driver