Update README

This commit is contained in:
p4u
2018-12-14 14:17:17 +01:00
parent a504f46141
commit 4bd4f33f43

View File

@@ -3,8 +3,7 @@
#### start http server
```
processHttp.T.namespace = "vocdoni"
T.Init()
processHttp.T.Init()
processHttp.Listen(1500, "http")
```