From bc30e7239a1933c6f678fb124636baaba654b802 Mon Sep 17 00:00:00 2001 From: Jim Menard Date: Mon, 1 Dec 2008 20:21:22 -0500 Subject: [PATCH] To-do list added to README. --- README | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README b/README index 6405262..bdf8953 100644 --- a/README +++ b/README @@ -3,18 +3,28 @@ This is a simple pure-Ruby driver for the 10gen Mongo DB. For more information about Mongo, see http://www.mongodb.org. + = Demo $ ruby examples/demo.rb Mongo must be running, of course. + = Testing $ rake test The tests assume that the Mongo database is running on the default port. + += To Do + +* Synchronization. + +* More tests. + + = License == Mongo Ruby Driver