Merge pull request #11 from dashaus/patch-3

Update name of language
This commit is contained in:
Daniele Conventi 2016-08-23 16:46:19 +02:00 committed by GitHub
commit 13a5da2d41

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"
)