aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoris2017-02-08 10:30:25 +0100
committerJoris2017-02-08 10:30:25 +0100
commit82d88358b2ab76ae272cf35deb09737b94ccb0cc (patch)
tree7c456796cb143d526d626f7edc9c320cc63a6ebd
parent52fc052d859d442ed734470f305bd4891f16575c (diff)
downloadreading-82d88358b2ab76ae272cf35deb09737b94ccb0cc.tar.gz
reading-82d88358b2ab76ae272cf35deb09737b94ccb0cc.tar.bz2
reading-82d88358b2ab76ae272cf35deb09737b94ccb0cc.zip
Update getting started in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bc39c23..736eaf8 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ sbt "~fastOptJS"
Server:
``` sh
-(cd target/scala-2.12; python -m http.server 9000)
+(cd public; python -m http.server 9000)
```
Open your browser at http://localhost:9000/classes/index-dev.html