diff --git a/README.md b/README.md index 4f10b83..5741e7d 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ You can run the web server using the following commands: ```bash cd app -python index.py +python main.py ``` Then your Dash app will be available at http://localhost:8050/ @@ -60,4 +60,4 @@ Like previously, you can navigate then to http://localhost:8050/ to interact wit ## License -Distributed under the GPLv3 License. See `LICENSE` for more information. \ No newline at end of file +Distributed under the GPLv3 License. See `LICENSE` for more information.