Skip to content

Commit a427977

Browse files
committed
Fix scaladoc README
1 parent 56ecffc commit a427977

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scaladoc/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ sbt scaladoc/generateSelfDocumentation
2323
sbt scaladoc/generateScalaDocumentation
2424
```
2525

26-
To actually view the documentation, the easiest way is to run the following in project root:
26+
To actually view the documentation, the easiest way is to run the following in the project root:
2727

2828
```
29-
cd output
29+
cd scaladoc/output
3030
python3 -m http.server 8080
3131
```
3232

0 commit comments

Comments
 (0)