From b45eee13da2d499ab4d49f7a5a5eb0a31700ae23 Mon Sep 17 00:00:00 2001 From: Sam O'Dell <31352624+samodell@users.noreply.github.com> Date: Mon, 13 Aug 2018 11:28:56 -0700 Subject: [PATCH] Correct name of .yaml file (#330) --- serving/samples/thumbnailer-go/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serving/samples/thumbnailer-go/README.md b/serving/samples/thumbnailer-go/README.md index 95a0b95ac..8f1c27bcd 100644 --- a/serving/samples/thumbnailer-go/README.md +++ b/serving/samples/thumbnailer-go/README.md @@ -205,4 +205,4 @@ curl -H "Host: $SERVICE_HOST" \ Although this demo uses an external application, the Knative Serving deployment steps would be similar for any 'dockerized' app you may already have. -Just copy the `thumbnailer.yaml` and change a few variables. +Just copy the `sample.yaml` and change a few variables.