Skip to content

Commit

Permalink
chore: updated README version example usage
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Nov 9, 2022
1 parent c07a9a9 commit 49c2b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ We recommend [superagent](https://github.com/visionmedia/superagent), however th
.set('X-Request-Id', cuid()) // normalize server/browser request id formatting
.timeout(5000);

request.set('User-Agent', `axe/${logger.version}`);
request.set('User-Agent', `axe/${logger.config.version}`);

// add basic auth header (e.g. if you use Cabin)
// if (config.key) request.auth('INSERT-YOUR-KEY');
Expand Down

0 comments on commit 49c2b1f

Please sign in to comment.