Skip to content

Commit

Permalink
Update impl/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ricardo Zanini <[email protected]>
  • Loading branch information
fjtirado and ricardozanini authored Jan 30, 2025
1 parent 3761ea7 commit 42651de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Since `WorkflowApplication` implements `Autocloseable`, we better use a try...fi
`try (WorkflowApplication appl = WorkflowApplication.builder().build())`
Once we have the application object, we use it to parse our definition examples. To load each workflow definition, we use `readFromClasspath` helper method defined in [WorkflowReader](api/src/main/java/io/serverlessworkflow/api/WorkflowReader.java) class.
Once we have the application object, we use it to parse our definition examples. To load each workflow definition, we use the `readFromClasspath` helper method defined in [WorkflowReader](api/src/main/java/io/serverlessworkflow/api/WorkflowReader.java) class.
```java
WorkflowDefinition listenDefinition =
Expand Down

0 comments on commit 42651de

Please sign in to comment.