Skip to content

Commit bce9d88

Browse files
Update readme.md
1 parent 76e6f3c commit bce9d88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ DToster Session Flash Message Components For Laravel Project
1010

1111
- Then Link those Js and css file to your layouts/app.blade
1212

13-
- For Css
13+
- For Css
1414
```
1515
<link rel="stylesheet" href="{{ asset('plugins/toastr.min.css') }}">
1616
```
17-
- For Js
17+
- For Js
1818
```
1919
<script src="{{asset('plugins/toastr/toastr.min.js')}}"></script>
2020
<script src="{{asset('js/toster-session.js')}}"></script>

0 commit comments

Comments
 (0)