Skip to content

Commit 9f3a72a

Browse files
authored
docs(README): Update README.md (#155)
The first space in `{ "pockets": "", "money": 0.02 }` was a non-breaking space, so the test failed because it's not valid JSON. I've changed it to a normal space.
1 parent 891c44c commit 9f3a72a

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
@@ -95,7 +95,7 @@ PUT with valid params to update the existing user, values matter here
9595
Boolean response body isCoding true
9696
PUT /users/2 { "sleep": null }
9797
Null response body sleep
98-
PUT /users/2 { "pockets": "", "money": 0.02 }
98+
PUT /users/2 { "pockets": "", "money": 0.02 }
9999
String response body pockets ${EMPTY}
100100
Number response body money 0.02
101101
Missing response body moving # fails if property moving exists

0 commit comments

Comments
 (0)