Skip to content

Commit ec91212

Browse files
committed
Fix broken links
1 parent 8f7d631 commit ec91212

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
7070
set the type to application/javascript in IE browsers, your Javacript will fail. Just don't set a
7171
type via the script tag and set the mime type from your server. Most browsers look at the server mime
7272
type 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

7878
A global variable `window.S` or simply `S` is created.

0 commit comments

Comments
 (0)