Skip to content

Commit 0bf2cc1

Browse files
committed
Minor wording updates
1 parent 5c0d9a6 commit 0bf2cc1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The code is heavily commented and generates no warnings/errors/notices when PHP'
1818

1919
> <br/>:microscope: See the [debugging console](https://stefangabos.github.io/Zebra_Database/examples/index.html) in action<br/><br/>
2020
21-
## Features
21+
## Key Features of this PHP MySQLi Wrapper
2222

2323
- it uses the [mysqli extension](https://www.php.net/manual/en/book.mysqli.php) extension for communicating with the database instead of the old *mysql* extension, which is officially deprecated as of PHP v5.5.0 and will be removed in the future; **this is not a wrapper for the PDO extension which is already a wrapper in itself!**
2424

@@ -40,11 +40,11 @@ The code is heavily commented and generates no warnings/errors/notices when PHP'
4040

4141
- code is heavily commented and generates no warnings/errors/notices when PHP's error reporting level is set to **E_ALL**
4242

43-
![Zebra_Database's debugging console](https://raw.githubusercontent.com/stefangabos/Zebra_Database/master/docs/media/zebra-database-debug-console.png)
43+
![zebra database debugging console showing query details](https://raw.githubusercontent.com/stefangabos/Zebra_Database/master/docs/media/zebra-database-debug-console.png)
4444

4545
## :notebook_with_decorative_cover: Documentation
4646

47-
Check out the [awesome documentation](https://stefangabos.github.io/Zebra_Database/Zebra_Database/Zebra_Database.html)!
47+
Check out the [comprehensive PHP MySQLi wrapper documentation](https://stefangabos.github.io/Zebra_Database/Zebra_Database/Zebra_Database.html).
4848

4949
## 🎂 Support the development of this project
5050

0 commit comments

Comments
 (0)