diff --git a/data/opentelemetry/nodejs.mdx b/data/opentelemetry/nodejs.mdx index f87ba734a..3f3b71b3a 100644 --- a/data/opentelemetry/nodejs.mdx +++ b/data/opentelemetry/nodejs.mdx @@ -72,10 +72,10 @@ node -v Steps to get the app set up and running: -1. **Make a directory and install express**<br></br> - Make a directory for your sample app on your machine. Then open up the terminal, navigate to the directory path and install express with the following command: +1. **Make a directory and install express and cors**<br></br> + Make a directory for your sample app on your machine. Then open up the terminal, navigate to the directory path and install express and cors with the following command: ``` - npm i express + npm i express cors ``` 2. **Create index.js**<br></br>