From 9c2c81df28bdfd6dd090f506fabd38dfb4195f07 Mon Sep 17 00:00:00 2001 From: skothari-tibco Date: Tue, 6 Nov 2018 15:20:45 -0500 Subject: [PATCH] Update Readme --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 82f1b0f..b147721 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,8 @@ flogo install github.com/skothari-tibco/csvtrigger Triggers are configured via the triggers.json of your application. The following are some example configuration of the Timer Trigger. -### Only once immediatley -Configure the Trigger to run a flow once with a delay of one minute. "startDelay" settings format = "[hours]h[minutes]m[seconds]s" +### Only once immediately +Configure the Trigger to run a flow once immediately ```json { @@ -70,8 +70,7 @@ Configure the Trigger to run a flow once with a delay of one minute. "startDela ``` ### Repeating -Configure the Trigger to run a flow repeating every 10 minutes. "repeatInterval" settings format = "[hours]h[minutes]m[seconds]s" - +Configure the Trigger to run a flow repeating every 10 seconds. ```json { "triggers": [