From a1483122054163e020cb3835b9fd69ed25a5c186 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0smail?= Date: Wed, 19 Feb 2020 00:26:42 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c84a2f..b0096e0 100644 --- a/README.md +++ b/README.md @@ -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 From ea7ea57a28064abc3c6b28e154ad2bc536efa2ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0smail?= Date: Sun, 1 Mar 2020 23:37:58 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b0096e0..174dad9 100644 --- a/README.md +++ b/README.md @@ -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