Skip to content

Commit f2fa1e6

Browse files
authored
Merge pull request #8 from celsius1414/master
Rewording a line in README for clarity.
2 parents 4316e1c + 357c89b commit f2fa1e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The simplest way to use the Tunneler is to set `TUNNELER_ON_BOOT=true` in your `
8989

9090
However, there is minimal performance impact because the tunnel will get reused. You only have to bear the connection costs when the tunnel has been disconnected for some reason.
9191

92-
Then you can just configure your service, we will demonstrate a database connection.
92+
Then you can just configure your service, which we will demonstrate using a database connection. Add this under `'connections'` in your `config/database.php` file
9393

9494
```php
9595
'mysql_tunnel' => [

0 commit comments

Comments
 (0)