summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdelar da Silva Queiróz <adelarsq@gmail.com>2017-04-25 21:53:37 -0300
committerGitHub <noreply@github.com>2017-04-25 21:53:37 -0300
commit741d86e1372ea796f03651894151ce2480ff22c1 (patch)
tree691fe5897fe4fc4797f2f97c546ae3cf9b160094
parent5d5ba2a7802b67515dd27df80d76b3f265c07624 (diff)
downloadale-741d86e1372ea796f03651894151ce2480ff22c1.zip
Update README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4274adc6..3a793d75 100644
--- a/README.md
+++ b/README.md
@@ -70,7 +70,7 @@ name. That seems to be the fairest way to arrange this table.
| Dockerfile | [hadolint](https://github.com/lukasmartinelli/hadolint) |
| Elixir | [credo](https://github.com/rrrene/credo), [dogma](https://github.com/lpil/dogma) |
| Elm | [elm-make](https://github.com/elm-lang/elm-make) |
-| Erb | [erb](https://github.com/jeremyevans/erubih) |
+| Erb | [erb](https://github.com/jeremyevans/erubi) |
| Erlang | [erlc](http://erlang.org/doc/man/erlc.html) |
| Fortran | [gcc](https://gcc.gnu.org/) |
| Go | [gofmt -e](https://golang.org/cmd/gofmt/), [go vet](https://golang.org/cmd/vet/), [golint](https://godoc.org/github.com/golang/lint), [gometalinter](https://github.com/alecthomas/gometalinter), [go build](https://golang.org/cmd/go/), [gosimple](https://github.com/dominikh/go-tools/tree/master/cmd/gosimple), [staticcheck](https://github.com/dominikh/go-tools/tree/master/cmd/staticcheck) |