File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Simple flow to count the number and print hello word
14
14
### Run from Flogo command line
15
15
16
16
* Please following flogo command line [ Getting Started] ( https://github.com/TIBCOSoftware/flogo-cli#getting-started ) guide.
17
- * Using flow [ helloWorld.json] ( https://github.com/TIBCOSoftware/flogo/blob/master/samples/helloworld/cli/helloworld .json ) that under cli folder.
17
+ * Using flow [ helloWorld.json] ( https://github.com/TIBCOSoftware/flogo/blob/master/samples/helloworld/cli/helloWorld .json ) that under cli folder.
18
18
* Run command
19
19
20
20
@@ -23,7 +23,7 @@ Simple flow to count the number and print hello word
23
23
cd helloworld
24
24
25
25
flogo add activity github.com/TIBCOSoftware/flogo-contrib/activity/log
26
- flogo add activity github.com/TIBCOSoftware/flogo-contrib/activity/app
26
+ flogo add activity github.com/TIBCOSoftware/flogo-contrib/activity/counter
27
27
flogo add trigger github.com/TIBCOSoftware/flogo-contrib/trigger/timer
28
28
flogo add flow helloWorld.json
29
29
flogo build
You can’t perform that action at this time.
0 commit comments