Edited README.md via GitHub
This commit is contained in:
parent
48bb69ddb2
commit
dd4bfe03c6
1 changed files with 5 additions and 6 deletions
11
README.md
11
README.md
|
|
@ -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>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue