Update first-trigger.md (#4367)

Fixing some formatting.
This commit is contained in:
JJ Asghar 2021-11-08 12:32:01 -06:00 committed by GitHub
parent fcf8b997e5
commit 56a198333b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -26,11 +26,11 @@
```
After you've created your YAML file, named something like `ce-trigger.yaml`, apply it by running the command:
``` bash
```bash
kubectl apply -f ce-trigger.yaml
```
==**Expected Output**==
==**Expected Output**==
```{ .bash .no-copy }
trigger.eventing.knative.dev/cloudevents-trigger created
```