Fix minor typo in README

This commit is contained in:
Luke Hoban 2017-06-22 11:36:09 -07:00
parent a63efc42a3
commit 9f5baea84c

View file

@ -39,7 +39,7 @@ Lumi is written in Go, uses Godep for dependency management, and GoMetaLinter fo
* [Go](https://golang.org/doc/install): https://golang.org/dl
* [Godep](https://github.com/tools/godep): `$ go get -v github.com/tools/godep`
* [GoMetaLinter](https://github.com/alecthomas/gometalinter):
- `$ go get -v github.com/golang/alecthomas/gometalinter`
- `$ go get -v github.com/alecthomas/gometalinter`
- `$ gometalinter --install`
### Building and Testing