Browse Source

raftexample: update readme

Trung Nguyen 6 years ago
parent
commit
5b4ff6c6d5
1 changed files with 3 additions and 3 deletions
  1. 3 3
      contrib/raftexample/README.md

+ 3 - 3
contrib/raftexample/README.md

@@ -8,11 +8,11 @@ raftexample is an example usage of etcd's [raft library](../../raft). It provide
 
 ### Building raftexample
 
-Clone `etcd` to `<your directory>/src/go.etcd.io/etcd`
+Clone `etcd` to `<directory>/src/go.etcd.io/etcd`
 
 ```sh
-export GOPATH=<your directory>
-cd <your directory>/src/go.etcd.io/etcd/contrib/raftexample
+export GOPATH=<directory>
+cd <directory>/src/go.etcd.io/etcd/contrib/raftexample
 go build -o raftexample
 ```