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"