Skip to content

Commit 948d013

Browse files
author
Afonso Gloeden
committed
Connection name updated in README.md
1 parent 32ef353 commit 948d013

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
@@ -43,7 +43,7 @@ Add the following entry to your aliases array in **config/app.php** file, option
4343
'UepgBlueprint' => Uepg\LaravelSybase\Database\Schema\Blueprint::class,
4444
```
4545

46-
Update your **config/database.php's** default driver with the settings for the **sqlsrv** or your custom odbc. See the following example:
46+
Update your **config/database.php's** default driver with the settings for the **sybase** or your custom odbc. See the following example:
4747

4848
```php
4949
<?php
@@ -74,7 +74,7 @@ return [
7474
]
7575
```
7676

77-
Update your **.env** with the settings for the **sqlsrv** or your custom odbc. See the following example:
77+
Update your **.env** with the settings for the **sybase** or your custom odbc. See the following example:
7878

7979
```text
8080
...

0 commit comments

Comments
 (0)