Correct a copy-paste artifact
This commit is contained in:
parent
e0fb6646b2
commit
fd26384955
1 changed files with 1 additions and 1 deletions
|
|
@ -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]))
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue