From 29a4358dcf5db23b8a8280a1f358b7e955ae962b Mon Sep 17 00:00:00 2001 From: Eric Normand Date: Thu, 8 Aug 2019 10:51:45 -0500 Subject: [PATCH] Add missing quotation in dependency string The README file was missing a closing quote, making copy-paste of the dependency string introduce errors into a project.clj file. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 344cede5..c913f877 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ encoders. ## Usage ```clojure -[cheshire "5.9.0] +[cheshire "5.9.0"] ;; Cheshire v5.9.0 uses Jackson 2.9.9