Skip to content

Commit

Permalink
Fix formatting of the quick start canary check in README
Browse files Browse the repository at this point in the history
The indents come out slightly off if copied from README as is. This is to fix the formatting.
  • Loading branch information
LarsFronius authored and moshloop committed Oct 29, 2024
1 parent d2c12ce commit 404a098
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ helm install \

2. Create a new check

```yaml title="canary.yaml"
```yaml title="canary.yaml"
apiVersion: canaries.flanksource.com/v1
kind: Canary
metadata:
Expand All @@ -62,7 +62,7 @@ spec:
url: https://httpbin.demo.aws.flanksource.com/status/200
- name: failing-check
url: https://httpbin.demo.aws.flanksource.com/status/500
```
```

2a. Run the check locally (Optional)

Expand Down

0 comments on commit 404a098

Please sign in to comment.