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