From 30f804bc53c0e4da295216021ebb628c39fc50a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A1n=20I=2E=20Del=20Valle?= Date: Wed, 20 May 2020 18:26:33 -0700 Subject: [PATCH] Update using-the-sample-client.md Fixing typo on doc. --- docs/using-the-sample-client.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using-the-sample-client.md b/docs/using-the-sample-client.md index cbc2246..441650c 100644 --- a/docs/using-the-sample-client.md +++ b/docs/using-the-sample-client.md @@ -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)