Skip to content

Commit b423f78

Browse files
elrandiraLaurent Pinson
authored andcommitted
typo in README
1 parent 4e32491 commit b423f78

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
@@ -47,7 +47,7 @@ ${value}= | Get Value From Json | ${json_obj} | $..country |
4747
|Should Be Equal As Strings | ${json_obj['country'] | ${value_to_update} | | |
4848
|Should Have Value In Json | ${json_obj} | $..isMarried |
4949
|Should Not Have Value In Json | ${json_obj} | $..hasSiblings |
50-
|Dump JSON To File | ${OUTPUTID)${/}output.json | ${json} |
50+
|Dump JSON To File | ${OUTPUT_DIR}${/}output.json | ${json} |
5151

5252

5353
# Documentation

0 commit comments

Comments
 (0)