From b7308619ddf4a7074b2c891bc0777a266f47b346 Mon Sep 17 00:00:00 2001
From: gjahn <gregor.jahn@bht-berlin.de>
Date: Fri, 8 Dec 2023 00:31:40 +0100
Subject: [PATCH] Fix header in README example

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 528ac7c..e8c68c9 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ curl http://localhost:8080
 
 HTML:
 ```bash
-curl --header 'Content-Type: text/html; charset=utf-8' http://localhost:8080
+curl --header 'Accept: text/html; charset=utf-8' http://localhost:8080
 # or just open in a browser
 ```
 
-- 
GitLab