Skip to content
This repository was archived by the owner on May 12, 2023. It is now read-only.

Commit fc877ed

Browse files
committed
readme update
1 parent 37a8479 commit fc877ed

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,12 @@ Complete example can be found in `./example-server.ts` and can be run with `yarn
3636

3737
```json
3838
{
39-
"link": "https://shop.com/us/widget?referral=you"
39+
"link": "widget",
40+
"status": 200,
41+
"vendor": {
42+
"name": "eBay",
43+
"url": "https://ebay.com/us/widget?referral=you"
44+
}
4045
}
4146
```
4247

0 commit comments

Comments
 (0)