Skip to content

Commit bf23189

Browse files
authored
Add SRI hash
1 parent c508533 commit bf23189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ NetplayJS handles most of the complicated aspects of multiplayer game developmen
2525
Let's make a very simple game. Create an HTML file and add the following script tag.
2626

2727
```html
28-
<script src="https://unpkg.com/netplayjs@0.4.1/dist/netplay.js"></script>
28+
<script src="https://unpkg.com/netplayjs@0.4.1/dist/netplay.js" integrity="sha384-6Yb8LWAT488jwK+nIjvD4S5/poq1Xn69NYjH1RXKHoaUOaFJrKQ1rfGQgKm8oQjX" crossorigin="anonymous"></script>
2929
```
3030

3131
Now add this javascript code to the same HTML somewhere within the `<body>`.

0 commit comments

Comments
 (0)