diff --git a/README.md b/README.md index 528ac7c4b2e816da69fea9e50442be8904c15ca0..e8c68c9719b9c5074af010df1d4a5c9a758fe6b2 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 ```