Skip to content

Commit b34ffe7

Browse files
committed
wording
1 parent 09becdd commit b34ffe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To get started with Laravel Tinker, simply run:
1717

1818
composer require laravel/tinker
1919

20-
If you're not using Laravel >=5.5, then manually register the `Laravel\Tinker\TinkerServiceProvider` in your `config/app.php` file:
20+
If you are using Laravel 5.5+, there is no need to manually register the service provider. However, if you are using an earlier version of Laravel, register the `TinkerServiceProvider` in your `app` configuration file:
2121

2222
```php
2323
'providers' => [

0 commit comments

Comments
 (0)