From 463ab9cbf2325e8c74d73b8754cdbbb50b95518e Mon Sep 17 00:00:00 2001 From: kiruma524 <71787194+kiruma524@users.noreply.github.com> Date: Wed, 28 Jul 2021 15:53:52 +0300 Subject: [PATCH] Update README.md --- demo/spatial-showcase/README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/demo/spatial-showcase/README.md b/demo/spatial-showcase/README.md index 41d3a5e3..5ce09e13 100644 --- a/demo/spatial-showcase/README.md +++ b/demo/spatial-showcase/README.md @@ -5,15 +5,14 @@ Some shapes will also periodically change their color and visibility. ##### Building project -To see the JS demo: run `demo/spatial-showcase/Tasks/distribution/jsBrowserDistribution` Gradle task, then open -`build/distribuions/spatial-showcase-js-0.1.3-dev/index.html` file in your browser. +To see the JS demo: run `demo/solid-showcase/Tasks/kotlin browser/jsBrowserRun` Gradle task. -To see Java FX demo, run `demo/spatial-showcase/Tasks/application/run` Gradle task, or `main()` from `FXDemoApp.kt`. +To see Java FX demo, run `demo/solid-showcase/Tasks/application/run` Gradle task, or `main()` from `FXDemoApp.kt`. ##### Example view for JS: -![](../../doc/resources/spatial-showcase.png) +![](../../doc/images/spatial-showcase.png) ##### Example view for Java FX: -![](../../doc/resources/spatial-showcase-FX.png) +![](../../doc/images/spatial-showcase-FX.png)