From f3c4e336f15d6e50ba6b7288e2190374cd5e7e77 Mon Sep 17 00:00:00 2001 From: Matt Fellows Date: Tue, 7 Mar 2017 23:19:01 +1100 Subject: [PATCH] chore(docs): fix yaml formatting in readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 29e5448..f831875 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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