Skip to content

Commit

Permalink
README fix
Browse files Browse the repository at this point in the history
- removed ".type(...)" on injectstateBuilders

Signed-off-by: JBBianchi <[email protected]>
  • Loading branch information
JBBianchi committed May 4, 2021
1 parent fc95e5f commit b085f3e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ const workflow = workflowBuilder()
.description("Inject Hello World")
.start("Hello State")
.states([injectstateBuilder()
.type("inject")
.name("Hello State")
.data({
"result": "Hello World!"
Expand Down Expand Up @@ -92,7 +91,6 @@ const workflow = workflowBuilder()
.description("Inject Hello World")
.start("Hello State")
.states([injectstateBuilder()
.type("inject")
.name("Hello State")
.data({
"result": "Hello World!"
Expand Down

0 comments on commit b085f3e

Please sign in to comment.