diff --git a/_overviews/toolkit/web-server-static.md b/_overviews/toolkit/web-server-static.md index 5e7f0c417..780941efb 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).