Skip to content

Commit

Permalink
fix: improve OpenTelemetry Setup in a Nodejs Application article (#918)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachin-chaurasiya authored Oct 29, 2024
1 parent 3c323d2 commit 09cebe6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/opentelemetry/nodejs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 09cebe6

Please sign in to comment.