From a1880d15169ba9821d2c2029011d97b9a5e8d490 Mon Sep 17 00:00:00 2001 From: Reid D McKenzie Date: Sat, 23 May 2020 23:15:49 -0600 Subject: [PATCH] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4287d8d..b1a7ed4 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ For instance this program would use the external connector stubs to build up int (retry-http* f backoff-fn (+ backoff-count 1))))))) (defn job [hostname :- str, - stages :- (list str), + stages :- (list? str?), job-timeout :- duration? :default (duration 3 :hours)] :- (union timeout? json?) """Run a wilson job, wait for the callback and process the result.