From c74c9b8faf06f6dc3ff6e7963e92860ae798d831 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Sun, 15 Apr 2018 05:19:54 -0700 Subject: [PATCH] update ui update readme --- README.md | 4 +--- main.go | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) 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