aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index bb81b1cc..647b41a6 100644
--- a/README.md
+++ b/README.md
@@ -87,7 +87,7 @@ developers on Kotlin Slack [#kvision](https://kotlinlang.slack.com/messages/kvis
./gradlew -t run (on Linux)
gradlew.bat -t run (on Windows)
-4. Open [http://localhost:8088/](http://localhost:8088/) in your browser.
+4. Open [http://localhost:3000/](http://localhost:3000/) in your browser.
5. Play with the code and see your changes immediately in the browser.
@@ -95,10 +95,10 @@ developers on Kotlin Slack [#kvision](https://kotlinlang.slack.com/messages/kvis
To build complete application optimized for production run:
- ./gradlew -Pprod=true distZip (on Linux)
- gradlew.bat -Pprod=true distZip (on Windows)
+ ./gradlew -Pprod=true zip (on Linux)
+ gradlew.bat -Pprod=true zip (on Windows)
-Application package will be saved as build/distributions/showcase.zip.
+Application package will be saved as build/libs/showcase-1.0.0-SNAPSHOT.zip.
## Code samples