From f73454631223ab379dcc366082e3c36c61ccc613 Mon Sep 17 00:00:00 2001 From: Klaus Wuestefeld Date: Fri, 9 Aug 2024 21:32:02 -0300 Subject: [PATCH] Update project.clj --- http/json-codec/project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/json-codec/project.clj b/http/json-codec/project.clj index 035421d..0992187 100644 --- a/http/json-codec/project.clj +++ b/http/json-codec/project.clj @@ -1,6 +1,6 @@ (defproject house.jux/http.json-codec "2024.07.15" - :description "Wrapper that handles API thrown exceptions with a 400 status code." + :description "Ring-style wrapper to transparently encode and decode JSON to/from Clojure values." :url "https://github.com/klauswuestefeld/simple-clj/tree/master/http/json-codec" :license {:name "BSD 3-Clause"