Skip to content

Commit 37a180f

Browse files
authored
Merge pull request #77 from susanBuck/patch-1
Make routes location generic
2 parents 0340784 + 6fee3ff commit 37a180f

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 `app/Http/routes.php` (or choose another route):
30+
Add a route in your web routes file: (or choose another route):
3131
```php
3232
Route::get('logs', '\Rap2hpoutre\LaravelLogViewer\LogViewerController@index');
3333
```

0 commit comments

Comments
 (0)