Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
FIRST
  • Loading branch information
jaw187 committed Feb 10, 2012
1 parent 9b5860b commit 742c487
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -18,7 +18,9 @@ traceroute.trace('google.com', function (err,hops) {
if (!err) console.log(hops); if (!err) console.log(hops);
}); });
``` ```

This example would write the following to the console if run from my network... This example would write the following to the console if run from my network...

```javascript ```javascript
[ { '66.97.5.249': [ 43.206, 43.377, 43.379 ] }, [ { '66.97.5.249': [ 43.206, 43.377, 43.379 ] },
{ '216.182.7.102': [ 43.575, 43.799, 43.808 ] }, { '216.182.7.102': [ 43.575, 43.799, 43.808 ] },
Expand Down

0 comments on commit 742c487

Please sign in to comment.