Fixing the formatting and some incorrect info

This commit is contained in:
Renan DelValle 2016-08-11 12:37:20 -07:00
parent 0e6166b104
commit 4dd0029d0d

View file

@ -1,4 +1,4 @@
# Using the Sample client with Thermos
# Using the Sample client
## Usage:
```
@ -33,11 +33,11 @@ $ go run $GOPATH/src/github.com/rdelval/gorealis.git/examples/client.go -executo
```
### Docker Compose executor (custom executor)
### Creating Docker Compose executor job
#### Creating Docker Compose executor job
```
$ go run $GOPATH/src/github.com/rdelval/gorealis/examples/client.go -executor=compose -url=http://192.168.33.7:8081 -cmd=create
```
### Kill a Docker Compose executor job
#### Kill a Docker Compose executor job
```
$ go run $GOPATH/src/github.com/rdelval/gorealis.git/examples/client.go -executor=compose -url=http://192.168.33.7:8081 -cmd=kill
```