Skip to content

Commit

Permalink
chore(docs): fix yaml formatting in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Mar 7, 2017
1 parent 1758aa1 commit f3c4e33
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ The TCP Tamperer is a Layer 5 tamperer, modifying the messages in and around TCP
sessions. Crudely, you can set the body of inbound and outbound TCP packets, truncate
the last character of messages or randomise the text over the wire.

```
```yaml
- name: tcp_tamperer
config:
request:
Expand Down Expand Up @@ -324,8 +324,7 @@ Refer to the [example](/examples/config.yml) YAML file for a full reference.

### Hystrix

Using the [Hystrix Go](https://github.com/afex/hystrix-go) library, we use Muxy to trigger a circuit breaker and return a
canned response, ensuring we don't have downtime. View the [example](examples/hystrix).
Using the [Hystrix Go](https://github.com/afex/hystrix-go) library, we use Muxy to trigger a circuit breaker and return a canned response, ensuring we don't have downtime. View the [example](examples/hystrix).

## Usage with Docker

Expand Down

0 comments on commit f3c4e33

Please sign in to comment.