Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
asim committed Nov 25, 2022
1 parent b54cf0a commit 2fc4570
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ go get github.com/asim/kv
```shell
kv
-nodes="": comma seperated list of nodes
-port=4001: http port
-address=:4001 http server host:port
```

### Create Cluster
Expand All @@ -31,7 +31,7 @@ Listening on :4001

Start second node with first node as part of the nodes list
```shell
kv --nodes=192.168.1.64:60496 --port=4002
kv --nodes=192.168.1.64:60496 --address=:4002
```

You should see the output
Expand Down

0 comments on commit 2fc4570

Please sign in to comment.