From 5ef76f66fb4c21ba9a8c222e1c8f262bb81552ad Mon Sep 17 00:00:00 2001 From: Hunter LaFaille Date: Tue, 20 Aug 2024 11:20:37 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5661b20..d303125 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ A programmable TLS HTTP/1.1 server written with no dependencies. ## Example -Below is an example implementation of a Kindling Server with a simple request handler that response with a JSON object +Below is an example implementation of a Kindling Server with a simple request handler that responds with a JSON object to a `GET` request on the `/` resource. ```java