Skip to content

Commit 633dd7f

Browse files
committed
Update README.md
1 parent 18db74a commit 633dd7f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@ match(
8484
array(
8585
'users' => array(
8686
array(
87-
'id' => '@integer',
87+
'id' => '@integer@',
8888
'firstName' => '@string@',
8989
'lastName' => 'Orzechowicz',
9090
'roles' => '@array@'
9191
),
9292
array(
93-
'id' => '@integer'
93+
'id' => '@integer@'
9494
'firstName' => '@string@',
9595
'lastName' => 'Dąbrowski',
9696
'roles' => '@array@'
@@ -162,17 +162,17 @@ Feature: Listing user toys
162162
{
163163
"id": "@string@",
164164
"name": "Barbie",
165-
"_links: "*"
165+
"_links: "@*@"
166166
},
167167
{
168168
"id": "@string@",
169169
"name": "GI Joe",
170-
"_links": "*"
170+
"_links": "@*@"
171171
},
172172
{
173173
"id": "@string@",
174174
"name": "Optimus Prime",
175-
"_links": "*"
175+
"_links": "@*@"
176176
}
177177
]
178178
"""

0 commit comments

Comments
 (0)