소스 검색

Fixed typo

Lisa Carey 11 년 전
부모
커밋
b789acd2d2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -160,7 +160,7 @@ The first step in creating our example is to define a *service*: an RPC
 service specifies the methods that can be called remotely with their parameters
 service specifies the methods that can be called remotely with their parameters
 and return types. As you saw in the
 and return types. As you saw in the
 [overview](#protocolbuffers) above, gRPC does this using [protocol
 [overview](#protocolbuffers) above, gRPC does this using [protocol
-buffers]((https://developers.google.com/protocol-buffers/docs/overview). We
+buffers](https://developers.google.com/protocol-buffers/docs/overview). We
 use the protocol buffers interface definition language (IDL) to define our
 use the protocol buffers interface definition language (IDL) to define our
 service methods, and define the parameters and return
 service methods, and define the parameters and return
 types as protocol buffer message types. Both the client and the
 types as protocol buffer message types. Both the client and the