Skip to content

Commit 40cdacb

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impl/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ In order to execute the workflow, without blocking the calling thread till the h
126126
.thenAccept(node -> logger.info("Workflow output is {}", node));
127127
}
128128
```
129-
When the http request is done, both examples will print a similar output
129+
When the HTTP request is done, both examples will print a similar output
130130

131131
`Workflow output is {"id":10,"category":{"id":10,"name":"string"},"name":"doggie","photoUrls":["string"],"tags":[{"id":10,"name":"string"}],"status":"string"}`
132132

0 commit comments

Comments
 (0)