From 58e550888131657017949b181e1569ad925711b0 Mon Sep 17 00:00:00 2001 From: inoas Date: Sat, 6 Jul 2024 00:48:41 +0200 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9dd557f..3dd4057 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ This is an SQL query building library, thus it is not concerned about executing #### Goals - High degree of flexibility to compose queries: - While the focus is on building queries up there is also support for replacing + While the focus is on building queries there is also support for replacing or removing parts of queries. - General support on these 4 large RDMS: PostgreSQL, SQLite, MariaDB and MySQL. - Not being tied to any specific dialect or dialect adapter library.