From 9fae32cc3eeb7b9e765e9c1bbb0eda0308fe7ff9 Mon Sep 17 00:00:00 2001 From: olaph wagoner Date: Thu, 5 Mar 2020 14:22:07 -0500 Subject: [PATCH] fix instructions in README In step 3 of examples/README, the name of the pipeline doesn't match the given command. This commit fixes that. --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 9c1caa6ac..fbb4f25c3 100644 --- a/examples/README.md +++ b/examples/README.md @@ -41,7 +41,7 @@ tekton-triggers-webhook-5985cfcfc5-cq5hp 1/1 Running 0 6m ``` 3. Apply an example pipeline and tasks that will be run (in this case named - `simple-pipeline`): + `example-pipeline`): ```bash kubectl apply -f example-pipeline.yaml