doc(fix): remove DML examples

This commit is contained in:
Victor Westerlund 2024-09-25 13:10:18 +00:00
parent 3432b50730
commit 81ecace7c3

View file

@ -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