Skip to content

Commit 1b0b77a

Browse files
author
Karel Mareš
authored
Update README.md
1 parent 77ff3ce commit 1b0b77a

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
@@ -45,13 +45,13 @@ And finaly render breadcrumb using render method in blade template.
4545

4646
By default, first link (home link) is set automaticly with `config('app.name')` and links to `url("/")`. You can modify this by
4747

48-
```
48+
``` php
4949
Breadcrumb::setHomeLink("new home link", "/home.html");
5050
```
5151

5252
**Need to modify breadcrumb html?** Use `vendor:publish` command and export breadcrumb view into resources folder.
5353

54-
```
54+
``` terminal
5555
php artisan vendor:publish --provider="Mares29\Breadcrumb\BreadcrumbServiceProvider"
5656
```
5757

0 commit comments

Comments
 (0)