Skip to content

Commit 352556d

Browse files
johnmccabeandybons
authored andcommitted
playground: fix image tag in README
Fixes the image tag in the initial docker build command in the README. Change-Id: Ibaef237f488ecdd82d530c433b02daf06a374596 GitHub-Last-Rev: c47713b GitHub-Pull-Request: #8 Reviewed-on: https://go-review.googlesource.com/c/playground/+/243917 Reviewed-by: Andrew Bonventre <andybons@golang.org>
1 parent 0298bc8 commit 352556d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ https://play.golang.org/
77

88
```bash
99
# build the image
10-
docker build -t playground .
10+
docker build -t golang/playground .
1111
```
1212

1313
## Running

0 commit comments

Comments
 (0)