8000 Update README.md · ratajs/SuperSQL@a3dc448 · GitHub
[go: up one dir, main page]

Skip to content

Commit a3dc448

Browse files
authored
Update README.md
1 parent ac1a6bd commit a3dc448

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Super MySQL is an easy-to-use powerful SQL query builder.
33

44
## Requirements
5-
* PHP 7.0+
5+
* PHP 5.6+
66
* MySQL
77
* PDO MySQL extension
88

@@ -13,7 +13,7 @@ Let’s have a table “<strong>users</strong>” with 5 columns: `uid`, `userna
1313
<?php
1414
include "smysql.php";
1515

16-
//Connect with new Smysql($host, $user, $password, $database)
16+
//Connect with new Smysql($host, $user, $password[, $database])
1717
$smysql = new Smysql("localhost", "root", "root", "db");
1818

1919
//To execute raw SQL query use $smysql->q($q[, $a])

0 commit comments

Comments
 (0)
0