diff --git a/README.md b/README.md index 3767018..35870bc 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,8 @@ width="100%" border="0" alt="croc">
Build Status -Version -Gitter +Version Go Report Card -GoDoc

Secure transfer of stuff from one side of the internet to the other.

diff --git a/main.go b/main.go index bd91b01..18f365e 100644 --- a/main.go +++ b/main.go @@ -36,7 +36,7 @@ var version string func main() { app := cli.NewApp() - app.Name = "Croc" + app.Name = "croc" app.Version = version app.Author = author app.Email = email