diff --git a/httpbin/core.py b/httpbin/core.py
index a210fe57..5c1783a1 100644
--- a/httpbin/core.py
+++ b/httpbin/core.py
@@ -100,6 +100,7 @@ def jsonify(*args, **kwargs):
"title": "httpbin.org",
"description": (
"A simple HTTP Request & Response Service."
+ "
A Kenneth Reitz project."
"
Run locally:
"
"$ docker pull ghcr.io/psf/httpbin
"
"$ docker run -p 80:8080 ghcr.io/psf/httpbin
"
diff --git a/httpbin/templates/flasgger/index.html b/httpbin/templates/flasgger/index.html
index c228cf56..10c5fb86 100644
--- a/httpbin/templates/flasgger/index.html
+++ b/httpbin/templates/flasgger/index.html
@@ -91,6 +91,7 @@
A simple HTTP Request & Response Service.
+
A Kenneth Reitz project.
Run locally: