Updated readme format

This commit is contained in:
Arches 2016-12-13 15:10:21 +01:00
parent f995eaa673
commit 1bf2caf5e3
1 changed files with 5 additions and 5 deletions

View File

@ -31,9 +31,9 @@ You can compile it like this(if you are running this command inside /proto folde
* $ protoc -I . --cpp_out=. ./*.proto
Protofiles for etcdv3 can be found here:
https://github.com/coreos/etcd/tree/master/auth/authpb
https://github.com/coreos/etcd/tree/master/etcdserver/etcdserverpb
https://github.com/coreos/etcd/tree/master/mvcc/mvccpb
* https://github.com/coreos/etcd/tree/master/auth/authpb
* https://github.com/coreos/etcd/tree/master/etcdserver/etcdserverpb
* https://github.com/coreos/etcd/tree/master/mvcc/mvccpb
Note: Protofiles in the project is not sync to the protofiles in etcd master branch. If you
want to update the protofiles in this project, you need to manually update it.