Skip to content

Commit be2ad5f

Browse files
Update impl/README.md
Co-authored-by: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com>
1 parent 5ff7e58 commit be2ad5f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

impl/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,9 @@ In order to execute the workflow without blocking the calling thread till the HT
128128
```
129129
When the HTTP request is done, both examples will print a similar output
130130

131-
`Workflow output is {"id":10,"category":{"id":10,"name":"string"},"name":"doggie","photoUrls":["string"],"tags":[{"id":10,"name":"string"}],"status":"string"}`
131+
132+
```shell
133+
Workflow output is {"id":10,"category":{"id":10,"name":"string"},"name":"doggie","photoUrls":["string"],"tags":[{"id":10,"name":"string"}],"status":"string"}
132134

133135
You can find the complete java code [here](../examples/simpleGet/src/main/java/NotBlockingExample.java)
134136

0 commit comments

Comments
 (0)