Skip to content

Commit 57fa5c4

Browse files
committed
Update to readme
1 parent f018b6d commit 57fa5c4

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
@@ -27,8 +27,8 @@ Route::file(base_path('routes/admin/users.php'));
2727

2828
```php
2929
Route::file([
30-
base_path('routes/admin/posts.php'),
31-
base_path('routes/admin/users.php')
30+
base_path('routes/admin/posts.php'),
31+
base_path('routes/admin/users.php')
3232
]);
3333
```
3434

0 commit comments

Comments
 (0)