Skip to content

Commit

Permalink
Merge pull request #6 from joaoBeno/1.0
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
csanquer committed Nov 17, 2015
2 parents 0c4dcc1 + a7e8ee7 commit 617fb69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Installation
add this package to [Composer](https://getcomposer.org/) dependencies configuration:

```sh
php composer.phar require "csanquer/pdo-silex-provider=~1.0"
php composer.phar require "csanquer/pdo-service-provider=~1.0"
```

Usage
Expand All @@ -35,13 +35,13 @@ Usage
use the `PdoServiceProvider` silex provider :

```php
use Csanquer\Silex\PdoServiceProvider\Provider\PdoServiceProvider;
use Csanquer\Silex\PdoServiceProvider\Provider\PDOServiceProvider;
use Silex\Application;

$app = new Application();
$app->register(
// you can customize services and options prefix with the provider first argument (default = 'pdo')
new PdoServiceProvider('pdo'),
new PDOServiceProvider('pdo'),
array(
'pdo.server' => array(
// PDO driver to use among : mysql, pgsql , oracle, mssql, sqlite, dblib
Expand Down

0 comments on commit 617fb69

Please sign in to comment.