Skip to content

Commit 9864859

Browse files
committed
Wordsmithing
1 parent 30718dd commit 9864859

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ This project was started for the purpose of controlled failure-injection during
99

1010
## Prerequisites
1111

12-
First of all, you need a running Simian Army server that is reachable via HTTP (basic auth is supported too).
12+
First of all, you need a running [Simian Army](https://github.com/Netflix/SimianArmy) that exposes its REST API via HTTP.
1313

14-
In order to trigger chaos events, Chaos Monkey must be unleashed and on-demand termination must be enabled via these configuration properties:
14+
In order to trigger chaos events via the API, Chaos Monkey must be unleashed and on-demand termination must be enabled via these configuration properties:
1515

1616
```
1717
simianarmy.chaos.leashed = false
@@ -20,7 +20,7 @@ simianarmy.chaos.terminateOndemand.enabled = true
2020

2121
## Go library
2222

23-
Run this command to install the `chaosmonkey` library from source:
23+
To install the `chaosmonkey` library from source:
2424

2525
```bash
2626
go get github.com/mlafeldt/chaosmonkey
@@ -53,7 +53,7 @@ Run `chaosmonkey -h` for a list of all available options.
5353

5454
## Use with Docker
5555

56-
[This Docker image](https://github.com/mlafeldt/docker-simianarmy) allows you to deploy Chaos Monkey using a single command:
56+
[This Docker image](https://github.com/mlafeldt/docker-simianarmy) allows you to deploy Chaos Monkey with a single command:
5757

5858
```bash
5959
docker run -it --rm -p 8080:8080 \
@@ -65,7 +65,7 @@ docker run -it --rm -p 8080:8080 \
6565
mlafeldt/simianarmy
6666
```
6767

68-
You can then use `chaosmonkey` to talk to the dockerized Chaos Monkey:
68+
Afterwards, you can use `chaosmonkey` to talk to the dockerized Chaos Monkey:
6969

7070
```bash
7171
chaosmonkey -endpoint http://$DOCKER_HOST_IP:8080 ...

0 commit comments

Comments
 (0)