From a555d422e1daabb5445ae00d106c1ccf6fa447c6 Mon Sep 17 00:00:00 2001 From: Pradyumna Kaushik Date: Wed, 20 Dec 2017 20:42:02 -0800 Subject: [PATCH] fixed semantics. Earlier mentioned that 'Pystachio does yet support...'. Changed now to mention 'Pystachio does not yet support...' --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 16191c6..b9ec101 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -91,7 +91,7 @@ $ sudo service aurora-scheduler restart ``` ### Using a custom client -Pystachio does yet support launching tasks using custom executors. Therefore, a custom +Pystachio does not yet support launching tasks using custom executors. Therefore, a custom client must be used in order to launch tasks using a custom executor. In this case, we will be using [gorealis](https://github.com/paypal/gorealis) to launch a task with the compose executor on Aurora.