We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c508533 commit bf23189Copy full SHA for bf23189
README.md
@@ -25,7 +25,7 @@ NetplayJS handles most of the complicated aspects of multiplayer game developmen
25
Let's make a very simple game. Create an HTML file and add the following script tag.
26
27
```html
28
-<script src="https://unpkg.com/netplayjs@0.4.1/dist/netplay.js"></script>
+<script src="https://unpkg.com/netplayjs@0.4.1/dist/netplay.js" integrity="sha384-6Yb8LWAT488jwK+nIjvD4S5/poq1Xn69NYjH1RXKHoaUOaFJrKQ1rfGQgKm8oQjX" crossorigin="anonymous"></script>
29
```
30
31
Now add this javascript code to the same HTML somewhere within the `<body>`.
0 commit comments