Skip to content

Commit 2d76db4

Browse files
committed
fix formatting issue in readme
1 parent 4566e06 commit 2d76db4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ The api documentation is available here: http://cs.lth.se/pgk/api/
88

99
Se also: http://cs.lth.se/pgk and https://github.com/lunduniversity/introprog
1010

11-
1211
# Manual download
1312

1413
Download the latest jar-file from here: https://github.com/lunduniversity/introprog-scalalib/releases
@@ -24,7 +23,7 @@ Put the jar-file on your classpath when you run your Scala app, for example:
2423
```
2524
> scala -cp "introprog_2.12-0.1.5.jar:." Main
2625
```
27-
If on Windows cmd/powershell use `;` instead of ´:´.
26+
If on Windows cmd/powershell use `;` instead of `:` before the period.
2827

2928
# Using sbt
3029

0 commit comments

Comments
 (0)