From 8f2e7a24114b5790e85f419189b4973797366531 Mon Sep 17 00:00:00 2001 From: "Michael S. Klishin" Date: Sun, 11 Sep 2011 14:28:38 +0400 Subject: [PATCH] Update README in preparation to moving to a public repo --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e60934d..c607657 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,23 @@ -# What is Monger +# Monger -Monger is an experimental idiomatic Clojure wrapper around MongoDB Java driver +Monger is an experimental idiomatic Clojure wrapper around MongoDB Java driver. ## Usage -TBD +Since these are very early days of the library, it is fair to say that it is *completely unusable* to anyone +other than the author. +## This is a Work In Progress -## Code examples +Monger is very much a work in progress and right now, there is nothing to +see here, really. -To run code examples, install [lein-exec](https://github.com/kumarshantanu/lein-exec) plugin and run: - lein exec examples/basic_operations.clj +## Supported Clojure versions + +Monger is built from the ground up for Clojure 1.3 and up. ## License