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