Edited README.md via GitHub

This commit is contained in:
Michael Klishin 2011-10-10 02:32:25 +04:00
parent 48bb69ddb2
commit dd4bfe03c6

View file

@ -1,18 +1,17 @@
# Monger # Monger
Monger is an experimental idiomatic Clojure wrapper around MongoDB Java driver. Monger is an idiomatic Clojure wrapper around MongoDB Java driver.
## Usage ## Usage
Since these are very early days of the library, it is fair to say that it is *completely unusable* to anyone Unless documentation guides & examples are written (targeted for the 1.0 release), it is fair to say that it is *likely to be unusable* to anyone
other than the author. other than the author.
## This is a Work In Progress ## This is a Work In Progress
Monger is very much a work in progress and right now, there is nothing to Core Monger APIs are stabilized but it is still a work in progress. Keep that in mind.
see here, really.
## Artifacts ## Artifacts
@ -21,7 +20,7 @@ Snapshot artifacts are [released to Clojars](https://clojars.org/com.novemberain
With Leiningen: With Leiningen:
[com.novemberain/monger "0.9.0-SNAPSHOT"] [com.novemberain/monger "0.10.0-SNAPSHOT"]
With Maven: With Maven:
@ -29,7 +28,7 @@ With Maven:
<dependency> <dependency>
<groupId>com.novemberain</groupId> <groupId>com.novemberain</groupId>
<artifactId>monger</artifactId> <artifactId>monger</artifactId>
<version>0.9.0-SNAPSHOT</version> <version>0.10.0-SNAPSHOT</version>
</dependency> </dependency>