From 81ecace7c380efeca1b83514a24cc5171a95e7bd Mon Sep 17 00:00:00 2001 From: vlw Date: Wed, 25 Sep 2024 13:10:18 +0000 Subject: [PATCH] doc(fix): remove DML examples --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a07f84..aa2b1c3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # php-mysql -This is a simple abstraction library for MySQL DML operations like `SELECT`, `UPDATE`, and `INSERT` using method chaining. +This is a simple abstraction library for MySQL DML operations. For example: ```php