Skip to content

Commit

Permalink
Add second SRI tag
Browse files Browse the repository at this point in the history
  • Loading branch information
rameshvarun authored Oct 10, 2024
1 parent bf23189 commit c6f888a
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 @@ -110,7 +110,7 @@ NetplayJS is a framework designed to make the process of creating multiplayer br

For simple usage, you can include NetplayJS directly from a script tag in an HTML file.
```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>
```

For larger projects, you should install NetplayJS from npm and bundle it with your application using Webpack or a similar module bundler.
Expand Down

0 comments on commit c6f888a

Please sign in to comment.