From dc10b8a1586bd59d40fbe08ec1ee19b4924fb2e8 Mon Sep 17 00:00:00 2001 From: Jamie Thompson Date: Wed, 2 Oct 2024 10:19:59 +0200 Subject: [PATCH] use scala instead of scala-cli in Cask tutorial --- _overviews/toolkit/web-server-static.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_overviews/toolkit/web-server-static.md b/_overviews/toolkit/web-server-static.md index 5e7f0c417f..780941efb0 100644 --- a/_overviews/toolkit/web-server-static.md +++ b/_overviews/toolkit/web-server-static.md @@ -139,7 +139,7 @@ Run the example with the build tool of your choice. {% tab 'Scala CLI' %} In the terminal, the following command will start the server: ``` -scala-cli run Example.scala +scala run Example.scala ``` {% endtab %} {% tab 'sbt' %} @@ -156,4 +156,4 @@ In the terminal, the following command will start the server: {% endtab %} {% endtabs %} -The example page will be available at [http://localhost:8080/static/hello.html](http://localhost:8080/static/hello.html). \ No newline at end of file +The example page will be available at [http://localhost:8080/static/hello.html](http://localhost:8080/static/hello.html).