Skip to content

Commit 79eac42

Browse files
fjtiradogmunozfe
andauthored
Update README.md
Co-authored-by: Gonzalo Muñoz <[email protected]>
1 parent ee9d44a commit 79eac42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ try (InputStream in = new FileInputStream("simple.yaml")) {
122122

123123
For additional reading helper methods, including the one to read a workflow definition from classpath, check [WorkflowReader](api/src/main/java/io/serverlessworkflow/api/WorkflowReader.java) class.
124124

125-
#### Writing workflow definition to a a JSON/YAML target
125+
### Writing workflow definition to a JSON/YAML target
126126

127127
Given a Workflow instance, you can store it using JSON or YAML format.
128128
For example, to store a workflow using json format in a file called `simple.json`, you write

0 commit comments

Comments
 (0)