Skip to content

Commit

Permalink
docs: fix a typo (#2222)
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm committed May 18, 2024
1 parent aaf4748 commit 4a64039
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ npm install --save @opentelemetry/resource-detector-github
## Usage

```js

const { gitHubDetector } = require('@opentelemetry/opentelemetry-resource-detector-github')
const { gitHubDetector } = require('@opentelemetry/resource-detector-github')

async function run() {
// Initialize GitHub Resource Detector
Expand Down

0 comments on commit 4a64039

Please sign in to comment.