Commit 8e309c4dee965c2cc74461e921e1dd74b8edfc2b

Authored by Tiago Bortoletto Vaz
1 parent 3755d7ab
Exists in master and in 1 other branch add_vagrant

Fix web path in README.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
README
... ... @@ -6,7 +6,7 @@ Depends:
6 6  
7 7 Running server:
8 8  
9   - cd web
  9 + cd ./src/web
10 10 mkdir submissions
11 11 ./servery.py
12 12 -> http://localhost:8080
... ...