From 05ccf45dca90005ab16a2e3468f38b8a1b27c3ad Mon Sep 17 00:00:00 2001 From: Tony Breeds Date: Wed, 7 Jun 2023 09:16:53 -0500 Subject: [PATCH] [docs] Small fix for running http.server Change-Id: I88821858122c3f2370ad44a3d0b8eca1bdab14fc --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 50c321e..0bb6a3d 100644 --- a/README.rst +++ b/README.rst @@ -279,6 +279,6 @@ Then you can give other commands to the bot, like:: In another terminal, start the webserver:: - cd html && python -m SimpleHTTPServer + cd ptgbot/html && python -m http.server Open the web page in a web browser: http://127.0.0.1:8000/ptg.html