Skip to content

Commit

Permalink
Nit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ms705 committed Jun 26, 2018
1 parent 8d58fc9 commit 4a214b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ $ cargo run --release --bin souplet -- --zookeeper 127.0.0.1:2181 --deployment m
The elected leader `souplet` runs a REST API bound to a random port. You
can read the port from Zookeeper via this command:
```console
echo "CONTROLLER API ON: $(cargo run --manifest-path=consensus/Cargo.toml \
--bin zk-util -- --show --deployment testing | grep external | \
cut -d' ' -f 4)"
$ echo "CONTROLLER API ON: $(cargo run --manifest-path=consensus/Cargo.toml \
--bin zk-util -- --show --deployment testing | grep external | \
cut -d' ' -f 4)"
```
A basic graphical UI runs at `http://IP:PORT/graph.html`. The UI show
the running data-flow graph and updates as it changes.
Expand Down

0 comments on commit 4a214b5

Please sign in to comment.