From d33ca43c485e75be18dfbcb1f9c49f5416ba6396 Mon Sep 17 00:00:00 2001 From: Matt Robenolt Date: Tue, 28 Nov 2023 09:38:08 -0800 Subject: [PATCH] meta: fix another MySQL reference (#6) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8483f5e..22d73e7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # psdbproxy -A local mysql proxy for interacting with a PlanetScale database over HTTP. +A local MySQL proxy for interacting with a PlanetScale database over HTTP. This proxy terminates a MySQL connection on a local socket, and multiplexes all connections over an HTTP/2 stream to PlanetScale.