0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2025-01-21 17:14:38 -05:00

type="text/javascript" is not needed in HTML5 for <script> tags

Gérard Mathiuet 2015-02-16 14:31:23 +01:00
parent fdf13d1205
commit 4cec1855c4

@ -9,7 +9,7 @@
Download the [edge build (master)](https://github.com/liabru/matter-js/blob/master/build/matter.js) or get a [stable release](https://github.com/liabru/matter-js/releases) and include the script in your web page:
```html
<script src="matter.js" type="text/javascript"></script>
<script src="matter.js"></script>
```
For the latest features try the [edge version (master)](https://raw.github.com/liabru/matter-js/master/build/matter.js), but it may not be fully stable.