diff --git a/README.md b/README.md index 5b66b89..488340d 100644 --- a/README.md +++ b/README.md @@ -37,11 +37,21 @@ clj-json had no features, but was fast. Cheshire encodes JSON fast, with added support for more types and the ability to use custom encoders. -## Usage +## Import +### Leiningen/Boot ```clojure [cheshire "5.11.0"] +``` + +### Clojure CLI/deps.edn +``` +cheshire/cheshire {:mvn/version "5.11.0"} +``` + +## Usage +```clojure ;; Cheshire v5.11.0 uses Jackson 2.13.3 ;; In your ns statement: