Skip to content

Commit 0a7a48e

Browse files
committed
Fixed Readme.md as requested by reviewer
1 parent acd8c36 commit 0a7a48e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Building
1313

1414
The default Makefile rule executes `go build` and relies on the Go toolchain
1515
installed on your computer.
16-
_We use [go modules](https://github.com/golang/go/wiki/Modules), so you need to
17-
build with Go 1.14 or newer._
16+
_We use [go modules](https://github.com/golang/go/wiki/Modules), and building
17+
requires Go 1.14 or newer._
1818

1919
If you do not have a new-enough Go toolchain installed, you can use `make
2020
build-in-docker`. This rule creates a temporary Docker container which builds

0 commit comments

Comments
 (0)