Skip to content

Commit

Permalink
fix instructions in README
Browse files Browse the repository at this point in the history
In step 3 of examples/README, the name of the pipeline doesn't match
the given command.  This commit fixes that.
  • Loading branch information
loafyloaf authored and tekton-robot committed Mar 5, 2020
1 parent 820d8b3 commit 9fae32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9fae32c

Please sign in to comment.