From 5064ef8f2bbec79a80ccd20c8b356214128ed9c1 Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Fri, 16 Aug 2019 10:21:05 -0400 Subject: [PATCH] Use correct comment character --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13981cf..319b2d9 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ steps: - uses: actions/checkout@master - uses: actions/setup-go@v1 with: - go-version: '1.9.3' // The Go version to download (if necessary) and use. + go-version: '1.9.3' # The Go version to download (if necessary) and use. - run: go run hello.go ```