From 1b62471cbb10f88a6ab7031ff8fe75214f0fe52b Mon Sep 17 00:00:00 2001 From: Thomas Nelson Date: Sun, 21 Apr 2024 17:21:29 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a578255..920c3f8 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,9 @@ Live demo of the current code can be found at https://tanelso2.github.io/kotlin- # Viewing the Built Code -Use any web server to serve `build/dist/js/productionExecutable`. Here's an example using Python's built-in http server: +Use any web server to serve `build/dist/js/productionExecutable` + +Here's an example using Python's built-in http server: ```bash python3 -m http.server --directory build/dist/js/productionExecutable ```