diff --git a/README.md b/README.md index 4fd54ca170..66539ab912 100644 --- a/README.md +++ b/README.md @@ -118,16 +118,13 @@ For more information on getting started, [check the Node.js docs](https://docs.n ### External Modules -There are several modules that can be installed and configured to accompany the Node.js agent: +There are modules that can be installed and configured to accompany the Node.js agent: * [@newrelic/apollo-server-plugin](https://github.com/newrelic/newrelic-node-apollo-server-plugin): New Relic's official Apollo Server plugin for use with the Node.js agent. * [@newrelic/next](https://github.com/newrelic/newrelic-node-nextjs): Provides instrumentation for the [Next.js](https://github.com/vercel/next.js/) npm package. -There are several modules included within the Node.js agent to add more instrumentation for 3rd party modules: +There are modules included within the Node.js agent to add more instrumentation for 3rd party modules: - * [@newrelic/aws-sdk](https://github.com/newrelic/node-newrelic-aws-sdk): Provides instrumentation for the [AWS SDK](https://www.npmjs.com/package/aws-sdk) npm package. - * [@newrelic/koa](https://github.com/newrelic/node-newrelic-koa): Provides instrumentation for [koa](https://koajs.com/), [koa-router](https://github.com/ZijianHe/koa-router), [@koa/router](https://github.com/koajs/router), and [koa-route](https://github.com/koajs/route) npm packages. - * [@newrelic/superagent](https://github.com/newrelic/node-newrelic-superagent): Provides instrumentation for [superagent](https://github.com/visionmedia/superagent) npm package. * [@newrelic/native-metrics](https://github.com/newrelic/node-native-metrics): Provides hooks into the native v8 layer of Node.js to provide metrics to the Node.js agent. ## Usage