Skip to content

Commit c4e7537

Browse files
authored
Update README.md
1 parent 2649d63 commit c4e7537

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
@@ -22,7 +22,7 @@ And add new connection into your config/database.php file. Something like this:
2222
```php
2323
'connections' => [
2424
'clickhouse' => [
25-
'driver' => 'clickhouse',
25+
'driver' => 'clickhouse-ext',
2626
'host' => '',
2727
'port' => '',
2828
'database' => '',
@@ -39,7 +39,7 @@ Or like this, if clickhouse runs in cluster
3939
```php
4040
'connections' => [
4141
'clickhouse' => [
42-
'driver' => 'clickhouse',
42+
'driver' => 'clickhouse-ext',
4343
'cluster' => [
4444
'server-1' => [
4545
'host' => '',

0 commit comments

Comments
 (0)