diff --git a/docs/eventing/samples/helloworld/helloworld-go/README.md b/docs/eventing/samples/helloworld/helloworld-go/README.md index 4409c77cb..3da63d1fc 100644 --- a/docs/eventing/samples/helloworld/helloworld-go/README.md +++ b/docs/eventing/samples/helloworld/helloworld-go/README.md @@ -163,7 +163,7 @@ cd knative-docs/docs/eventing/samples/helloworld/helloworld-go spec: containers: - name: helloworld-go - image: docker.io/akashv/helloworld-go + image: docker.io/{username}/helloworld-go ---