Index: third_party/cq_client/README.md |
diff --git a/third_party/cq_client/README.md b/third_party/cq_client/README.md |
index a4b06baeb7830bb5cff3230c573268f6c37876c8..f1bb79c2ddea724aa939d2d893334880b67d0495 100644 |
--- a/third_party/cq_client/README.md |
+++ b/third_party/cq_client/README.md |
@@ -8,11 +8,11 @@ The canonical version is located at `https://chrome-internal.googlesource.com/ |
infra/infra_internal/+/master/commit_queue/cq_client`. |
You'll need to use protoc version 2.6.1 and |
-recent golang/protobuf package. Sadly, the latter has no tags no versions. |
+recent golang/protobuf package. Sadly, the latter has neither tags nor versions. |
-You can get protobuf by downloading archive from https://github.com/google/protobuf/tree/v2.6.1, |
-and manually building it. As for golang compiler, if you have go configured, |
-just |
+You can get protobuf by downloading archive from |
+https://github.com/google/protobuf/tree/v2.6.1 and manually building it. As for |
+golang compiler, if you have go configured, just |
go get -u github.com/golang/protobuf/{proto,protoc-gen-go} |