Skip to content

Commit

Permalink
Adjust indentation to fix a minor markdown rendering issue
Browse files Browse the repository at this point in the history
This change removes the extra backticks from the first deploy step in the
walkthrough.md.
  • Loading branch information
Silas Boyd-Wickizer committed Jul 9, 2018
1 parent f924913 commit b88374e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/walkthrough.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ In this example, you'll

1. Deploy the default-backend service

```
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/aws-alb-ingress-controller/master/examples/default-backend.yaml
```
```
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/aws-alb-ingress-controller/master/examples/default-backend.yaml
```

1. Download the example alb-ingress-manifest locally.

Expand Down

0 comments on commit b88374e

Please sign in to comment.