Skip to content

Commit f54e520

Browse files
committed
Fix readme
1 parent 14471cc commit f54e520

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,12 @@ $ php artisan migrate
3232
\[optional but recommended\] add a menu item to your `sidebar.blade.php`
3333

3434
``` html
35-
<li><a href="{{ url(config('webfactor.documents.backend.route_prefix').'/'.config('webfactor.documents.backend.route') }}"><i class="fa fa-file-o"></i> <span>trans('webfactor::entity_name_plural')</span></a></li>
35+
<li>
36+
<a href="{{ url(config('webfactor.documents.backend.route_prefix').'/'.config('webfactor.documents.backend.route')) }}">
37+
<i class="fa fa-file-o"></i>
38+
<span>{{ trans('webfactor::documents.entity_name_plural') }}</span>
39+
</a>
40+
</li>
3641
```
3742

3843
## Usage

0 commit comments

Comments
 (0)