Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fixed instructions on readme
  • Loading branch information
eduardoarandah authored Jun 12, 2018
1 parent 909de0b commit c123e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ composer require eduardoarandah/backpacklogviewer

php artisan vendor:publish --provider="EduardoArandaH\BackpackLogViewer\BackpackLogViewerServiceProvider"

backpack:base:add-sidebar-content "<li><a href='{{route(\"log-viewer::logs.list\")}}'><i class='fa fa-history'></i> <span>Logs</span></a></li>"
php artisan backpack:base:add-sidebar-content "<li><a href='{{route(\"log-viewer::logs.list\")}}'><i class='fa fa-history'></i> <span>Logs</span></a></li>"
```

## More options
Expand Down

0 comments on commit c123e6f

Please sign in to comment.