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
parent
fdf13d1205
commit
4cec1855c4
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue