Skip to content

Commit 73d5f5c

Browse files
committed
update index.md
1 parent b82fc58 commit 73d5f5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Add these magic comment lines starting with `//>` in the beginning of your Scala
3030
//> using scala 3
3131
//> using lib "se.lth.cs::introprog:1.4.0"
3232
```
33-
You can choose the latest stable Scala version, or any version from at least 3.3.3 LTS, which this library is compiled against.
33+
You can choose the latest stable Scala version, or any version from at least Scala 3.3.3.
3434

3535
You run your code with `scala-cli run .` (note the ending dot, meaning "this dir")
3636

@@ -40,7 +40,7 @@ If your program looks like this:
4040
//> using scala 3
4141
//> using lib "se.lth.cs::introprog:1.4.0"
4242
43-
@main def run =
43+
@main def MyMain =
4444
val w = introprog.PixelWindow()
4545
w.drawText("Hello introprog.PixelWindow!", x = 100, y = 100)
4646
```

0 commit comments

Comments
 (0)