diff options
| author | Joris | 2017-02-08 10:30:25 +0100 |
|---|---|---|
| committer | Joris | 2017-02-08 10:30:25 +0100 |
| commit | 82d88358b2ab76ae272cf35deb09737b94ccb0cc (patch) | |
| tree | 7c456796cb143d526d626f7edc9c320cc63a6ebd | |
| parent | 52fc052d859d442ed734470f305bd4891f16575c (diff) | |
Update getting started in README
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
