To-do list added to README.
This commit is contained in:
parent
011bf0a51c
commit
bc30e7239a
10
README
10
README
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue