Skip to content

Commit

Permalink
docs: include result.parent property in README example (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke authored and JustinBeckwith committed Nov 20, 2019
1 parent 9813a61 commit 873dac6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,9 @@ async function complex() {

// What was the status code of the response?
console.log(` ${result.status}`);

// What page linked here?
console.log(` ${result.parent}`);
});

// Go ahead and start the scan! As events occur, we will see them above.
Expand Down

0 comments on commit 873dac6

Please sign in to comment.