Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: pine3ree <[email protected]>
  • Loading branch information
pine3ree committed Oct 14, 2023
1 parent fa67479 commit c027fde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ another pdo instance (either a standard ext-pdo instance or an instance of a cla
extending it (such as the lazy-pdo in this package) in the constructor:
```php
$pdo = new pine3ree\PDO\Profiling\PDO(new \PDO(
$dsn = 'slite:my-db.sqlite3',
$dsn = 'sqlite:my-db.sqlite3',
$username = '',
$password = '',
$options = []
Expand All @@ -75,7 +75,7 @@ Use the provided reconnecting-pdo class with an extra `$ttl` constructor argumen

```php
$pdo = new pine3ree\PDO\Reconnecting\PDO(
$dsn = 'slite:my-db.sqlite3',
$dsn = 'sqlite:my-db.sqlite3',
$username = '',
$password = '',
$options = [],
Expand Down

0 comments on commit c027fde

Please sign in to comment.