Skip to content

Commit 05d07cf

Browse files
committed
Update namespace, fix typo [ci skip]
1 parent 4d42a4d commit 05d07cf

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
@@ -9,7 +9,7 @@ This package is currently in a pre-release beta, please use with caution and ope
99
You can install the package via composer:
1010

1111
```shell
12-
composer require singlestore/singlestore-laravel
12+
composer require singlestoredb/singlestoredb-laravel
1313
```
1414

1515
## Usage
@@ -47,7 +47,7 @@ To enable the driver, head to your `config/database.php` file and create a new e
4747

4848
> The SingleStore driver is an extension of the MySQL driver, so you could also just change your `driver` from `mysql` to `singlestore`.
4949
50-
In case you want to store failed jobs in SingleStore, then make sure you also set it as the `database` in your `config/queue.php` file. At which point, you may actually preffer to set `DB_CONNECTION='singlestore'` in your environment variables.
50+
In case you want to store failed jobs in SingleStore, then make sure you also set it as the `database` in your `config/queue.php` file. At which point, you may actually prefer to set `DB_CONNECTION='singlestore'` in your environment variables.
5151

5252
```php
5353
'failed' => [

0 commit comments

Comments
 (0)