Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Readme update #95

Merged
merged 1 commit into from
Sep 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The `@newrelic/security-agent` must be explicitly enabled in order to perform IA
The [Developer docs](http://newrelic.github.io/node-newrelic/) for writing instrumentation will be of help. We particularly recommend the [tutorials](https://newrelic.github.io/node-newrelic/tutorial-Instrumentation-Basics.html) and the [shim API](https://newrelic.github.io/node-newrelic/Shim.html) documentation.

### Supported Node.js Versions
- Node version 14.x, 16.x and 18.x
- Node version 16.x, 18.x and 20.x

### Supported Modules

Expand All @@ -56,7 +56,7 @@ The [Developer docs](http://newrelic.github.io/node-newrelic/) for writing instr
- [pg](https://www.npmjs.com/package/pg)(7.x and above)
- [mongodb](https://www.npmjs.com/package/mongodb)(2.x, 3.x and 4.x)
- [express](https://www.npmjs.com/package/express)(4.x and above)
- [@koa/router](https://www.npmjs.com/package/@koa/router) ((9.x and above)
- [@koa/router](https://www.npmjs.com/package/@koa/router) (9.x and above)
- [koa-router](https://www.npmjs.com/package/koa-router)(9.x and above)
- [@hapi/hapi](https://www.npmjs.com/package/@hapi/hapi)(19.x and above)
- [fastify](https://www.npmjs.com/package/fastify)(2.x, 3.x and 4.x)
Expand Down
Loading