[docs] Small fix for running http.server

Change-Id: I88821858122c3f2370ad44a3d0b8eca1bdab14fc
This commit is contained in:
Tony Breeds 2023-06-07 09:16:53 -05:00
parent 73e7258e6d
commit 05ccf45dca
1 changed files with 1 additions and 1 deletions

View File

@ -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