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.
64
64
65
65
``` html
66
66
<!-- 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 >
68
68
69
69
<!-- Note that in the mime type for Javascript is now officially 'application/javascript'. If you
70
70
set the type to application/javascript in IE browsers, your Javacript will fail. Just don't set a
71
71
type via the script tag and set the mime type from your server. Most browsers look at the server mime
72
72
type anyway -->
73
73
74
74
<!-- 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 >
76
76
```
77
77
78
78
A global variable ` window.S ` or simply ` S ` is created.
You can’t perform that action at this time.
0 commit comments