From 4db676657ef0d4f3c6db0eca6646da7076ab2da4 Mon Sep 17 00:00:00 2001 From: "Michael S. Klishin" Date: Sat, 10 Sep 2011 20:28:13 +0400 Subject: [PATCH] Minor README update --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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