Skip to content

Commit 12d6882

Browse files
committed
Update README.md
1 parent dbea2e4 commit 12d6882

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ Generate [Subresource Integrity (SRI)](https://www.w3.org/TR/SRI/) hashes in you
66

77
## Install
88

9-
```
9+
```bash
1010
npm install laravel-elixir-sri --save-dev
1111
```
1212

1313
or
1414

15-
```
15+
```bash
1616
yarn add laravel-elixir-sri --dev
1717
```
1818

@@ -71,3 +71,11 @@ As a fallback, if the given file is not found in the `sri.json`, **it will gener
7171
{{-- Use with asset() function --}}
7272
<script src="{{ asset('js/app.js') }}" integrity="{{ integrity('js/app.js') }}" crossorigin="anonymous"></script>
7373
```
74+
75+
## Credits
76+
77+
- [Matthew Conlen](https://github.com/mathisonian), author of [gulp-sri](https://github.com/mathisonian/gulp-sri)
78+
79+
## License
80+
81+
The MIT License (MIT). Please see [License File](LICENSE) for more information.

0 commit comments

Comments
 (0)