Update name of language

This commit is contained in:
dashaus 2016-08-23 15:34:37 +01:00 committed by GitHub
parent 9045a1da74
commit 9b8fa2b67d
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import (
const (
AppName = "Realize"
AppVersion = "v1.0"
AppDescription = "A Golang build system with file watchers, output streams and live reload. Run, build and watch file changes with custom paths"
AppDescription = "A Go build system with file watchers, output streams and live reload. Run, build and watch file changes with custom paths"
AppFile = "realize.config.yaml"
)