diff --git a/README.md b/README.md index 9044056..6387561 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,18 @@ Monger is an experimental idiomatic Clojure wrapper around MongoDB Java driver + ## Usage 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