From fd2638495574715b2c3746f1def1037eb1e979d2 Mon Sep 17 00:00:00 2001 From: "Michael S. Klishin" Date: Tue, 31 Jan 2012 01:54:53 +0400 Subject: [PATCH] Correct a copy-paste artifact --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eca6236..75d794a 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ you have JodaTime and clojure.data.json on your dependencies list then load `mon ``` clojure (ns my.service.handlers - ;; Make clojure.data.json aware of ObjectId instances + ;; Make Monger conversion protocols and clojure.data.json aware of JodaTime's DateTime instances (:require [monger.joda-time])) ```