Skip to content

Commit

Permalink
Add SRI hash
Browse files Browse the repository at this point in the history
  • Loading branch information
rameshvarun authored Oct 10, 2024
1 parent c508533 commit bf23189
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 @@ -25,7 +25,7 @@ NetplayJS handles most of the complicated aspects of multiplayer game developmen
Let's make a very simple game. Create an HTML file and add the following script tag.

```html
<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>
```

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

0 comments on commit bf23189

Please sign in to comment.