From 14f97d703db5392b189f10a95cb861a50e9695a2 Mon Sep 17 00:00:00 2001 From: Alec Date: Tue, 13 Dec 2022 21:13:34 -0500 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f14dc44..5fd55ee 100644 --- a/README.md +++ b/README.md @@ -88,8 +88,6 @@ files, are not bundled, and thus your changes will be picked up simply by refres **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 These options will be at the end of your run command following two dashes: `npm run start:dev -- [options]`. @@ -123,6 +121,7 @@ Currently, the available operations are: curl --location --request GET "http://localhost:5000/api/admin/games/state" ``` +Have a question that isn't covered here? Email me at play.werewolf.contact@gmail.com ## Testing