From 67a1b98e2c423941a07488a3d91025e4458b08e7 Mon Sep 17 00:00:00 2001 From: Douglas Muth Date: Wed, 7 Dec 2022 21:16:00 -0500 Subject: [PATCH] -typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e017695..f597493 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ A local webserver can be set up by running `npm install http-server -g` to insta ## In summary: -- `npp run clean` - Cleanup after a previous run +- `npm run clean` - Cleanup after a previous run - `npm install` - Install NPM packages used by Diceware - `npm run dev-build` - Run webpack to pack Javascript files and watch for changes. - `http-server`