Skip to content

Commit cf1d2d3

Browse files
authored
Update README.md
1 parent 37a180f commit cf1d2d3

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
@@ -27,7 +27,7 @@ Add Service Provider to `config/app.php` in `providers` section
2727
Rap2hpoutre\LaravelLogViewer\LaravelLogViewerServiceProvider::class,
2828
```
2929

30-
Add a route in your web routes file: (or choose another route):
30+
Add a route in your web routes file:
3131
```php
3232
Route::get('logs', '\Rap2hpoutre\LaravelLogViewer\LogViewerController@index');
3333
```

0 commit comments

Comments
 (0)