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
+```