From 6d158dbf32084eac5fc0b9ea6f1feed214290ec6 Mon Sep 17 00:00:00 2001 From: Grayson Koonce Date: Tue, 11 Apr 2017 23:39:30 -0700 Subject: [PATCH] Fix markdown in README.md (#1180) Title was not being formatted correctly. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a655717..ae0236f9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#gRPC-Go +# gRPC-Go [![Build Status](https://travis-ci.org/grpc/grpc-go.svg)](https://travis-ci.org/grpc/grpc-go) [![GoDoc](https://godoc.org/google.golang.org/grpc?status.svg)](https://godoc.org/google.golang.org/grpc)