Fix the documentation for the knative go example, where the docs refer to the original golang docs. (#588)

The app name is different and it might be confusing (also incorrect).
This commit is contained in:
Victor Agababov 2018-11-27 10:28:22 -08:00 committed by Knative Prow Robot
parent cfb2e9dc58
commit 648cbb70db
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ following instructions recreate the source files from this folder.
# Copy local code to the container image.
COPY . /go/src/github.com/knative/docs/helloworld
# Build the outyet command inside the container.
# Build the helloworld command inside the container.
# (You may fetch or manage dependencies here,
# either manually or with a tool like "godep".)
RUN go install github.com/knative/docs/helloworld