Skip to content

Commit 6a359df

Browse files
committed
update readme
1 parent be0980d commit 6a359df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pip install -U robotframework-jsonlibrary
3333

3434
# Example Test Case
3535

36-
|__\*** Settings \***__ | | | | |
36+
|\*** Settings \***| | | | |
3737
----------------- |-------------------- |----------------- |----------- |----------------- |
3838
|Library | JSONLibrary | | | |
3939
|__\*** Test Cases \***__| | | | |
@@ -47,10 +47,10 @@ pip install -U robotframework-jsonlibrary
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 | ${OUTPUT_DIR}${/}output.json | ${json} |
51-
|${schema_json_obj}= | Load Json From File | ${CURDIR}${/}schema.json | | |
50+
|Dump Json To File | \${OUTPUT_DIR}\${/}output.json | ${json} |
51+
|${schema_json_obj}= | Load Json From File | schema.json | | |
5252
|Validate Json By Schema | ${json_obj} | ${schema_json_obj} | | |
53-
|Validate Json By Schema File | ${json_obj} | ${CURDIR}${/}schema.json | | |
53+
|Validate Json By Schema File | ${json_obj} | schema.json | | |
5454

5555
# Documentation
5656
For the detail keyword documentation. Go to this following link:

0 commit comments

Comments
 (0)