From a950133a519067d13a03c75213ca2a57655e4aca Mon Sep 17 00:00:00 2001 From: Felix Krause Date: Sun, 13 Mar 2022 14:55:25 +0100 Subject: [PATCH] Update README.md --- visual_playground/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/visual_playground/README.md b/visual_playground/README.md index 02a5e5d..2c4f188 100644 --- a/visual_playground/README.md +++ b/visual_playground/README.md @@ -1,5 +1,7 @@ # Visual Playground Life Sheet +All the code to visualize the FxLifeSheet data using [Plotly JS](https://plotly.com/javascript/) + ## Dependencies ```sh @@ -26,12 +28,10 @@ bundle exec ruby server.rb ## Run frontend ```sh -python -m SimpleHTTPServer +cd frontend && python -m SimpleHTTPServer ``` -and open - -[http://127.0.0.1:8000/frontend.html](http://127.0.0.1:8000/frontend.html) +and open [http://127.0.0.1:8000/frontend.html](http://127.0.0.1:8000/frontend.html) ## Examples