Skip to content

Commit 797205e

Browse files
author
Max Base
authored
Update README.md
1 parent 053e2e6 commit 797205e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ $db->create_database($db->db, false);
2323
[See more tests php file](/test/)
2424

2525
### Functions
26+
2627
```php
2728
function connect($host="localhost", $user="root", $pass="") {...}
2829
function check() {...}
@@ -35,5 +36,4 @@ function count($table, $clause=[]) {...}
3536
function delete($table, $clause=[]) {...}
3637
function insert($table, $values) {...}
3738
function update($table, $clause, $values) {...}
38-
3939
```

0 commit comments

Comments
 (0)