Skip to content

Commit b740838

Browse files
committedApr 18, 2014
Update README.md
1 parent edd9ee7 commit b740838

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,17 @@ public function testGetToys()
4949
{
5050
"id": @string@,
5151
"name": "Barbie",
52-
"_links: "@*@"
52+
"_links: @*@
5353
},
5454
{
5555
"id": @string@,
5656
"name": "GI Joe",
57-
"_links": "@*@"
57+
"_links": @*@
5858
},
5959
{
6060
"id": @string@,
6161
"name": "Optimus Prime",
62-
"_links": "@*@"
62+
"_links": @*@
6363
}
6464
]
6565
';
@@ -174,9 +174,9 @@ match(
174174
'{
175175
"users":[
176176
{
177-
"firstName": "@string@",
178-
"lastName":" @string@",
179-
"roles": "@array@"
177+
"firstName": @string@,
178+
"lastName": @string@,
179+
"roles": @array@
180180
}
181181
]
182182
}'

0 commit comments

Comments
 (0)