Skip to content

Commit e900e5e

Browse files
docs(readme): Update readme
1 parent f200b71 commit e900e5e

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
@@ -31,12 +31,12 @@ Also, register the Facade like so:
3131
```php
3232
'aliases' => [
3333
...
34-
'Quotes' => Unicodeveloper\Quotes\Facades\QuotesFacade::class,
34+
'Quotes' => Unicodeveloper\Quotes\Facades\Quotes::class,
3535
...
3636
]
3737
```
3838

39-
Register the Artisan commands by adding this to the `$commands` array in `Kernel.php`
39+
Register the Artisan commands by adding this to the `$commands` array in `App/Console/Kernel.php`
4040

4141
```php
4242
**

0 commit comments

Comments
 (0)