Skip to content

Commit

Permalink
Merge pull request #3080 from scala/bishabosha-patch-1
Browse files Browse the repository at this point in the history
use scala instead of scala-cli in Cask tutorial
  • Loading branch information
sjrd authored Oct 2, 2024
2 parents 02c00cc + dc10b8a commit 9666543
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _overviews/toolkit/web-server-static.md
Original file line number Diff line number Diff line change
Expand Up @@ -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' %}
Expand All @@ -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).
The example page will be available at [http://localhost:8080/static/hello.html](http://localhost:8080/static/hello.html).

0 comments on commit 9666543

Please sign in to comment.