Skip to content

Commit 3c6c539

Browse files
committed
Merge pull request #52 from itsazzad/patch-1
comma missing
2 parents 341723d + 7ca54df commit 3c6c539

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
@@ -97,7 +97,7 @@ you want to test against:
9797
"authorize_route": "https://myapp.com/authorize",
9898
"resource_route": "https://api.myapp.com/profile",
9999
"resource_method": "POST",
100-
"resource_params": { "debug": true }
100+
"resource_params": { "debug": true },
101101
"curl_options": { "http_port": 443, "verifyssl": false }
102102
}
103103

0 commit comments

Comments
 (0)