Minor README update
This commit is contained in:
parent
285f4c66ea
commit
4db676657e
1 changed files with 6 additions and 3 deletions
|
|
@ -2,15 +2,18 @@
|
||||||
|
|
||||||
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:
|
|
||||||
|
|
||||||
lein exec examples/basic_operations.clj
|
## Code examples
|
||||||
|
|
||||||
|
To run code examples, install [lein-exec](https://github.com/kumarshantanu/lein-exec) plugin and run:
|
||||||
|
|
||||||
|
lein exec examples/basic_operations.clj
|
||||||
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue