cws/main_cw02.tex
changeset 501 3717785f2c37
parent 499 2f33c51cac48
--- a/cws/main_cw02.tex	Fri Nov 14 10:57:21 2025 +0000
+++ b/cws/main_cw02.tex	Fri Nov 14 11:14:43 2025 +0000
@@ -42,7 +42,7 @@
 \noindent
 In addition, the Scala part comes with a reference
 implementation in form of \texttt{jar}-files. This allows you to run
-any test cases on your own computer. For example you can call \texttt{scala-cli} on
+any test cases on your own computer. For example you can call \texttt{scala} on
 the command line with the option \texttt{--extra-jars wordle.jar} and then
 query any function from the template file. Say you want to find out
 what the function \texttt{} produces: for this you just need
@@ -51,7 +51,7 @@
 you would type something like:
 
 \begin{lstlisting}[language={},numbers=none,basicstyle=\ttfamily\small]
-$ scala-cli --extra-jars wordle.jar
+$ scala --extra-jars wordle.jar
 scala> val secretsURL =
      | """https://urbanchr.github.io/pep/wordle.txt"""