From ec1ebe1f97626b3e5779f38a5957976a9f808626 Mon Sep 17 00:00:00 2001
From: Joris
Date: Sun, 5 Mar 2017 16:11:37 +0100
Subject: Use webfs instead of python server

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'README.md')

diff --git a/README.md b/README.md
index 736eaf8..28de338 100644
--- a/README.md
+++ b/README.md
@@ -12,13 +12,13 @@ Client:
 sbt "~fastOptJS"
 ```
 
-Server:
+Launch a HTTP server on public directory, with python3 for example :
 
 ``` sh
 (cd public; python -m http.server 9000)
 ```
 
-Open your browser at http://localhost:9000/classes/index-dev.html
+Open your browser at http://localhost:9000/
 
 Build
 -----
@@ -36,7 +36,7 @@ Install nix and follow the instructions:
 curl https://nixos.org/nix/install | sh
 ```
 
-Dev environment:
+Launch:
 
 ``` sh
 ./dev
-- 
cgit v1.2.3