We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 600f981 + f3529ab commit 2c5bd0eCopy full SHA for 2c5bd0e
README.md
@@ -136,7 +136,7 @@ Sprockets 3.x adds experimental support for subresource integrity checks. The sp
136
137
``` ruby
138
javascript_include_tag :application, integrity: true
139
-# => "<script src="/assets/application.js" integrity="sha-256-TvVUHzSfftWg1rcfL6TIJ0XKEGrgLyEq6lEpcmrG9qs="></script>"
+# => "<script src="/assets/application.js" integrity="sha256-TvVUHzSfftWg1rcfL6TIJ0XKEGrgLyEq6lEpcmrG9qs="></script>"
140
```
141
142
0 commit comments