From 3e3074e7c258735fdae2b1edeb2b491ccd19a94a Mon Sep 17 00:00:00 2001 From: Chiller Dragon Date: Sat, 28 Sep 2024 19:58:39 +0800 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 611c2b5..9e3bfa6 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ To enhance security the database must support TLS connections (for non localhost sudo chmod 600 /etc/mysql/ssl/ca-key.pem ``` -SQL formatting is doing with `sleek -n `. +SQL formatting is done with `sleek -n `. ``` cargo install sleek@0.1.1 ```