Minor README update

This commit is contained in:
Michael S. Klishin 2011-09-10 20:28:13 +04:00
parent 285f4c66ea
commit 4db676657e

View file

@ -2,13 +2,16 @@
Monger is an experimental idiomatic Clojure wrapper around MongoDB Java driver Monger is an experimental idiomatic Clojure wrapper around MongoDB Java driver
## Usage ## Usage
TBD TBD
## Samples
To run sample, install lein-exec (https://github.com/kumarshantanu/lein-exec) and execute:
## Code examples
To run code examples, install [lein-exec](https://github.com/kumarshantanu/lein-exec) plugin and run:
lein exec examples/basic_operations.clj lein exec examples/basic_operations.clj