1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 05:11:06 +02:00

update ui

update readme
This commit is contained in:
Zack Scholl 2018-04-15 05:19:54 -07:00
parent 22d7a1d42d
commit c74c9b8faf
2 changed files with 2 additions and 4 deletions

View file

@ -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