From 9096d02651a90dad5b732e1ce4924b2c78e0bbdf Mon Sep 17 00:00:00 2001
From: Garet Halliday <me@garet.holiday>
Date: Wed, 10 May 2023 17:53:28 -0500
Subject: [PATCH] update doc

---
 lib/README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/README.md b/lib/README.md
index 9a705505..3a0c0beb 100644
--- a/lib/README.md
+++ b/lib/README.md
@@ -6,11 +6,11 @@ In general, the top level folder will hold the interface. A subfolder (generally
 ## auth
 All authentication functions. Protocol unspecific.
 
-## backend
-Connection handler for pggat -> postgres
+## bounce
+All routing: accepting frontends, backends, and handling transactions.
 
-## frontend
-Connection handler for client -> pggat
+## middleware
+Intercept packets and perform operations on them
 
 ## perror
 Special postgres error types
-- 
GitLab