Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
ismail0234 committed Mar 10, 2020
2 parents 5aa6a4c + ea7ea57 commit 273aa12
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ pdo easy and fast speed framework strong database class.
- See [ChangeLog](https://github.com/ismail0234/pdodatabase/blob/master/CHANGELOG.md)

### Documentation
- See [Documentation v1.x](https://github.com/ismail0234/pdodatabase/blob/master/docs/README_v1.x.md)
- See [Documentation v2.x](https://github.com/ismail0234/pdodatabase/blob/master/docs/README_v2.x.md)
- See [Documentation v1.x - English](https://github.com/ismail0234/pdodatabase/blob/master/docs/README_v1.x.md)
- See [Documentation v2.x - English](https://github.com/ismail0234/pdodatabase/blob/master/docs/README_v2.x.md)
- See [Documentation v2.x - Türkçe](https://github.com/ismail0234/pdodatabase/blob/master/docs/README_v2.x_TR.md)

### License
Expand All @@ -33,11 +33,11 @@ composer require ismail0234/pdodatabase

```php

use IS\QueryBuilder\Database\PdoClient;
use IS\QueryBuilder\Database\PDOClient;

include "vendor/autoload.php";

$db = new PdoClient(array(
$db = new PDOClient(array(
// Server Ip Default: localhost
'ip' => 'localhost',
// Database Name
Expand Down

0 comments on commit 273aa12

Please sign in to comment.