Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Commit

Permalink
Change /> to </script>, because it was breaking everything otherwise
Browse files Browse the repository at this point in the history
  • Loading branch information
zmknox committed Mar 4, 2018
1 parent c693a35 commit 5fb8d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ In lieu of serving the files yourself, you can utilize Gitlab Pages as a CDN:

```html
<link href="https://srct.gmu.io/masonstrap/css/masonstrap.min.css" rel="stylesheet">
<script src="https://srct.gmu.io/masonstrap/js/masonstrap.min.js" />
<script src="https://srct.gmu.io/masonstrap/js/masonstrap.min.js"></script>
```

Note: Use at your own risk. :)
Expand Down

0 comments on commit 5fb8d39

Please sign in to comment.