-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bf23189
commit c6f888a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected]/dist/netplay.js"></script> | ||
<script src="https://unpkg.com/[email protected]/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. | ||
|