From 57d16dead3d0e1c84fd7830bebe4f0c87a0cabb2 Mon Sep 17 00:00:00 2001 From: Alec Date: Tue, 13 Dec 2022 21:13:02 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 15d9cd7..f14dc44 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,9 @@ to run in this terminal, watching for changes within the `client/src` directory definitely want this if making frequent JavaScript changes to client-side source code. Any other changes, such as to HTML or CSS files, are not bundled, and thus your changes will be picked up simply by refreshing the browser. -**Note:** in the development environment, cookies are stored using sessionStorage (vs. localStorage in production). This makes it a lot easier to create/run test games, as you can join as different people in different tabs. +**Note:** in the development environment, cookies are stored using sessionStorage (vs. localStorage in production). This makes it a lot easier to create/run test games, as you can join as different people in different tabs. + +Have a question that isn't covered here? Email me at play.werewolf.contact@gmail.com ### CLI Options