From bf231898ca25be1e559257ebc2fbb50d223ce862 Mon Sep 17 00:00:00 2001 From: Varun Ramesh Date: Thu, 10 Oct 2024 00:39:16 -0700 Subject: [PATCH] Add SRI hash --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d960c40..e19d374 100644 --- a/README.md +++ b/README.md @@ -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 - + ``` Now add this javascript code to the same HTML somewhere within the ``.