Skip to content

Commit 6ddd149

Browse files
committed
Fixed #17 to correct helloWord.json url and rename app activity to counter since you are using counter.
1 parent 55d0e5e commit 6ddd149

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/helloworld/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Simple flow to count the number and print hello word
1414
### Run from Flogo command line
1515

1616
* 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.
1818
* Run command
1919

2020

@@ -23,7 +23,7 @@ Simple flow to count the number and print hello word
2323
cd helloworld
2424

2525
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
2727
flogo add trigger github.com/TIBCOSoftware/flogo-contrib/trigger/timer
2828
flogo add flow helloWorld.json
2929
flogo build

0 commit comments

Comments
 (0)