Skip to content

Commit

Permalink
docs: make this line c&p-able (#96)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?
I want to copy and paste this, so put it in a full code block

## Short description of the changes
- Update npm install command to use full code block syntax

## How to verify that this has the expected result
The command is more easily copy & paste able
  • Loading branch information
jessitron authored Mar 4, 2024
1 parent 9b878d1 commit dfeaf0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ This project provides a convenient distribution of all the code required to get

Install this library:

`npm install @honeycombio/opentelemetry-web @opentelemetry/auto-instrumentations-web`
```sh
npm install @honeycombio/opentelemetry-web @opentelemetry/auto-instrumentations-web
```

[Get a Honeycomb API key](https://docs.honeycomb.io/quickstart/#create-a-honeycomb-account).

Expand Down

0 comments on commit dfeaf0b

Please sign in to comment.