diff --git a/README.md b/README.md index cb94d90..a60c884 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,6 @@ $ git submodule foreach git pull origin master $ bazel run :hello -$ bazel run :local $ bazel run :remote $ bazel run :bare diff --git a/hello.go b/hello.go index 78f4855..1ab93d5 100644 --- a/hello.go +++ b/hello.go @@ -9,5 +9,5 @@ import ( func main() { fmt.Println("Hello World") - fmt.Println("Hello ", local.World()) + fmt.Println("Hello", local.World()) }