From ef78691f977be9786992907bef577d204b6b943f Mon Sep 17 00:00:00 2001 From: Nicholas Orlowsky Date: Thu, 7 Sep 2023 19:36:17 -0400 Subject: [PATCH] clarify --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c49c92..43fcd68 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A simple web server written in C++ ## Module-Based Backends -Anthracite includes a system for allowing different "backend modules" to handle requests. +Anthracite includes (read: will include) a system for allowing different "backend modules" to handle requests. This allows for anthracite to be extended for additional use-cases. For example, the following backends could be implemented: