Skip to content

Commit 404a098

Browse files
LarsFroniusmoshloop
authored andcommitted
Fix formatting of the quick start canary check in README
The indents come out slightly off if copied from README as is. This is to fix the formatting.
1 parent d2c12ce commit 404a098

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ helm install \
5050

5151
2. Create a new check
5252

53-
```yaml title="canary.yaml"
53+
```yaml title="canary.yaml"
5454
apiVersion: canaries.flanksource.com/v1
5555
kind: Canary
5656
metadata:
@@ -62,7 +62,7 @@ spec:
6262
url: https://httpbin.demo.aws.flanksource.com/status/200
6363
- name: failing-check
6464
url: https://httpbin.demo.aws.flanksource.com/status/500
65-
```
65+
```
6666
6767
2a. Run the check locally (Optional)
6868

0 commit comments

Comments
 (0)