From e3ebf6d71e6844d935c1c104c60804c507dfae4c Mon Sep 17 00:00:00 2001 From: Laramie Leavitt Date: Wed, 2 Mar 2016 01:01:34 -0800 Subject: [PATCH] Update readme heading --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 85277f3..4c8a939 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ +# bazel-example-golang An example project demonstrating bazel build rules for go with a local binary (go_binary) and a local library (go_library). -This requires a release > `bazel-0.20`. +This requires bazel release > `bazel-0.20`. ``` $ bazel run :hello -``` \ No newline at end of file +```