From 4dd0029d0d23f1bbaae8cf5e50d8c0f7f243a1bb Mon Sep 17 00:00:00 2001 From: Renan DelValle Date: Thu, 11 Aug 2016 12:37:20 -0700 Subject: [PATCH] Fixing the formatting and some incorrect info --- docs/using-the-sample-client.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/using-the-sample-client.md b/docs/using-the-sample-client.md index ec08ee6..d8b1d80 100644 --- a/docs/using-the-sample-client.md +++ b/docs/using-the-sample-client.md @@ -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 ```