Update readme heading

This commit is contained in:
Laramie Leavitt
2016-03-02 01:01:34 -08:00
parent 1f5135d9bd
commit e3ebf6d71e

View File

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