From 57c8689a984702d357f833a9211702b97357c683 Mon Sep 17 00:00:00 2001 From: kiruma524 <71787194+kiruma524@users.noreply.github.com> Date: Fri, 16 Jul 2021 14:02:10 +0300 Subject: [PATCH] Update README.md --- demo/gdml/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/demo/gdml/README.md b/demo/gdml/README.md index 5bdee058..3c6d1482 100644 --- a/demo/gdml/README.md +++ b/demo/gdml/README.md @@ -5,11 +5,10 @@ Visualization example for geometry defined as GDML file. ##### Building project -To build the app, run `demo/gdml/Tasks/distribution/jsBrowserDistribution` Gradle task, then open -`demo/gdml/build/distribuions/gdml-js-0.1.3-dev/index.html` file in your browser, and +To build the app, run `demo/gdml/Tasks/kotlin browser/jsBrowserDistribution` Gradle task, then drag-and-drop GDML file to the window to see visualization. For an example file, you can use `demo/gdml/src/jsMain/resources/cubes.gdml`. ##### Example view: -![](../../doc/resources/gdml-demo.png) +![](../../docs/images/gdml-demo.png)