File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,15 +64,15 @@ Checkout this gem to easily use string.js on the asset pipeline: https://github.
6464
6565``` html
6666<!-- HTML5 -->
67- <script src =" https://cdn.rawgit.com/jprichardson/string.js/master/lib /string.min.js" ></script >
67+ <script src =" https://cdn.rawgit.com/jprichardson/string.js/master/dist /string.min.js" ></script >
6868
6969<!-- Note that in the mime type for Javascript is now officially 'application/javascript'. If you
7070set the type to application/javascript in IE browsers, your Javacript will fail. Just don't set a
7171type via the script tag and set the mime type from your server. Most browsers look at the server mime
7272type anyway -->
7373
7474<!-- For HTML4/IE -->
75- <script type =" text/javascript" src =" https://cdn.rawgit.com/jprichardson/string.js/master/lib /string.min.js" ></script >
75+ <script type =" text/javascript" src =" https://cdn.rawgit.com/jprichardson/string.js/master/dist /string.min.js" ></script >
7676```
7777
7878A global variable ` window.S ` or simply ` S ` is created.
You can’t perform that action at this time.
0 commit comments