Skip to content

Commit

Permalink
docs: fixed typo in process env var
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Nov 25, 2022
1 parent fc476af commit 95f389f
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 @@ -913,7 +913,7 @@ logger.error(new Error('uh oh'));
See below example and the reference at <https://docs.datadoghq.com/logs/log_collection/nodejs/?tab=winston30#agentless-logging>.
Be sure to replace `DATADOG_API_KEY` and `APPLICATION_NAME` with your Datadog API key and application name.
Be sure to replace `DATADOG_API_KEY` and `DATADOG_APP_NAME` with your Datadog API key and application name.
```sh
npm install axe fast-safe-stringify cuid superagent
Expand Down

0 comments on commit 95f389f

Please sign in to comment.