Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdaano committed Aug 13, 2020
1 parent 50f1d7d commit 41989e6
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,21 @@ This example returns the following result:
[
{
"url": "https://bit.ly/3cScyDF",
"code": 301
"code": 301,
"cookies": {},
"queryParams": {}
},
{
"url": "http://google.com/",
"code": 301
"code": 301,
"cookies": {},
"queryParams": {}
},
{
"url": "http://www.google.com/",
"code": 200
"code": 200,
"cookies": {},
"queryParams": {}
}
]
```
Expand Down

0 comments on commit 41989e6

Please sign in to comment.