Skip to content

Commit dae696f

Browse files
committed
Fixed readme.md for master branch
1 parent 8676101 commit dae696f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

readme.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
MysqliDb -- Simple MySQLi wrapper and object mapper with prepared statements
22
<hr>
33
### Table of Contents
4-
(All _italic_ categories has been implemented by me.)
54

65
**[Initialization](#initialization)**
76
**[Objects mapping](#objects-mapping)**
87
**[Insert Query](#insert-query)**
98
**[Update Query](#update-query)**
109
**[Select Query](#select-query)**
1110
**[Delete Query](#delete-query)**
12-
**>> _[Insert Data](#insert-data)_**
13-
**>> _[Insert XML](#insert-xml)_**
11+
**[Insert Data](#insert-data)**
12+
**[Insert XML](#insert-xml)**
1413
**[Running raw SQL queries](#running-raw-sql-queries)**
1514
**[Query Keywords](#query-keywords)**
1615
**[Where Conditions](#where--having-methods)**
@@ -24,7 +23,7 @@ MysqliDb -- Simple MySQLi wrapper and object mapper with prepared statements
2423
**[Helper Methods](#helper-methods)**
2524
**[Transaction Helpers](#transaction-helpers)**
2625
**[Error Helpers](#error-helpers)**
27-
**>> _[Table Locking](#table-locking)_**
26+
**[Table Locking](#table-locking)**
2827

2928
## Support Me
3029

@@ -745,5 +744,3 @@ $db->setLockMethod("READ")->lock(array("users", "log"));
745744
This will lock the tables **users** and **log** for **READ** access only.
746745
Make sure you use **unlock()* afterwards or your tables will remain locked!
747746

748-
749-
Last edited by Noneatme on June 28.

0 commit comments

Comments
 (0)