aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler/README.md
diff options
context:
space:
mode:
authorGravatar thinkerou <thinkerou@gmail.com>2017-03-26 00:52:56 +0800
committerGravatar thinkerou <thinkerou@gmail.com>2017-03-26 00:52:56 +0800
commit9f00073f3cf61b5d12814d2290da7a344b6e0068 (patch)
tree867b7b952ca9cf4a5db0aecf6391170ac99ce651 /src/compiler/README.md
parent9d67ee7222a3df65ba949d810667fdd1d7bdfc73 (diff)
fix markdown render error
Diffstat (limited to 'src/compiler/README.md')
-rw-r--r--src/compiler/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/README.md b/src/compiler/README.md
index a2f49b3cd5..d5684af7ff 100644
--- a/src/compiler/README.md
+++ b/src/compiler/README.md
@@ -1,4 +1,4 @@
-#Overview
+# Overview
This directory contains source code for gRPC protocol buffer compiler (*protoc*) plugins. Along with `protoc`,
these plugins are used to generate gRPC client and server stubs from `.proto` files.