Update using-the-sample-client.md

Fixing typo on doc.
This commit is contained in:
Renán I. Del Valle 2020-05-20 18:26:33 -07:00 committed by GitHub
parent e5d63579e8
commit 30f804bc53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ $ go run examples/client.go -url=http://localhost:8081 -executor=thermos -cmd=cr
```
#### Kill a Thermos job
```
$ go run examples/client.gon -url=http://localhost:8081 -executor=thermos -cmd=kill
$ go run examples/client.go -url=http://localhost:8081 -executor=thermos -cmd=kill
```
### Docker Compose executor (custom executor)