From aa00770b32c1b814d438f5a76a0c46de644ffaf7 Mon Sep 17 00:00:00 2001 From: Douglas Muth Date: Thu, 4 Feb 2021 17:34:24 -0500 Subject: [PATCH] Fix #20 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b55ffe9..9e64cf7 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ For more information on Diceware: Yes. Feel free to clone this repo with `git clone https://github.com/dmuth/diceware.git` and run it from a local directory on your computer. -You can also set up a webserver on Mac/Linux boxes by running `python -m SimpleHTTPServer 8000`. +You can also set up a webserver on Mac/Linux boxes by running `python3 -m http.server 8000`. You will then able to access DiceWare at http://localhost:8000/.