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: c47713bf84194bd275621d73c9411fd5ffd14435
GitHub-Pull-Request: golang/playground#8
Reviewed-on: https://go-review.googlesource.com/c/playground/+/243917
Reviewed-by: Andrew Bonventre <andybons@golang.org>
diff --git a/README.md b/README.md
index 5ee85f9..6511ebe 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
 
 ```bash
 # build the image
-docker build -t playground .
+docker build -t golang/playground .
 ```
 
 ## Running