From 237493c8262dfed676623c03f6b45996c92b03be Mon Sep 17 00:00:00 2001 From: KaSiemund <124775516+KaSiemund@users.noreply.github.com> Date: Fri, 28 Jul 2023 10:29:08 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21e4760..01efb5f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Before running the below command, make sure you have installed [Talisman](https: Please download the source code with the above command and start a HTTP server in the directory where the code has been downloaded. Below is a recommended approach to start a HTTP server: -``` python -m SimpleHTTPServer (Eg: 8000)``` +``` python -m http.server (Eg: 8000)``` Once the server is up, you can access [localhost](localhost:8000) to view the dashboard.