Skip to content

Commit

Permalink
Self-closing <script> tag in README
Browse files Browse the repository at this point in the history
  • Loading branch information
exarus committed May 4, 2016
1 parent 948c21a commit caa1d85
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 @@ -87,7 +87,7 @@ You only need to include [tether.min.js](https://github.com/HubSpot/tether/blob/
```
Or just use a CDN:
```
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/tether/1.3.1/js/tether.min.js" />
<script src="//cdnjs.cloudflare.com/ajax/libs/tether/1.3.1/js/tether.min.js"></script>
```

The css files in the [dist/css](https://github.com/HubSpot/tether/tree/master/dist/css) folder are not required to get tether running.
Expand Down

0 comments on commit caa1d85

Please sign in to comment.