From 7a66580b17fff5c7473fec24754c2464b582e671 Mon Sep 17 00:00:00 2001 From: Pablo Collins Date: Sat, 16 May 2020 15:43:25 -0400 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bd01df..4161648 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Gumdrop is web framework written in Java, with no dependencies outside of the JDK. -* [Common](gumdrop.common): common classes (builder, http, validation, etc.) +* [Common](gumdrop.common): common classes * [Json](gumdrop.json): a JSON serialization library * [Web](gumdrop.web): request dispatch and page generation facilities * [Server](gumdrop.server): a multithreaded, non-blocking IO web server