Skip to content

Commit 9cbce7e

Browse files
authored
docs: updated gem name to match gemspec (#596)
1 parent 1964fde commit 9cbce7e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

resource_detectors/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Opentelemetry::Resource::Detectors
22

3-
The `opentelemetry-resource-detectors` gem provides resource detectors for OpenTelemetry.
3+
The `opentelemetry-resource_detectors` gem provides resource detectors for OpenTelemetry.
44

55
## What is OpenTelemetry?
66

@@ -18,10 +18,10 @@ Install the gem using:
1818

1919
```
2020
gem install opentelemetry-sdk
21-
gem install opentelemetry-resource-detectors
21+
gem install opentelemetry-resource_detectors
2222
```
2323

24-
Or, if you use Bundler, include `opentelemetry-sdk` and `opentelemetry-resource-detectors` in your `Gemfile`.
24+
Or, if you use Bundler, include `opentelemetry-sdk` and `opentelemetry-resource_detectors` in your `Gemfile`.
2525

2626
```rb
2727
require 'opentelemetry/sdk'
@@ -40,10 +40,10 @@ end
4040

4141
## How can I get involved?
4242

43-
The `opentelemetry-resource-detectors` gem source is on github, along with related gems.
43+
The `opentelemetry-resource_detectors` gem source is on github, along with related gems.
4444

4545
The OpenTelemetry Ruby gems are maintained by the OpenTelemetry-Ruby special interest group (SIG). You can get involved by joining us on our gitter channel or attending our weekly meeting. See the meeting calendar for dates and times. For more information on this and other language SIGs, see the OpenTelemetry community page.
4646

4747
## License
4848

49-
The `opentelemetry-resource-detectors` gem is distributed under the Apache 2.0 license. See LICENSE for more information.
49+
The `opentelemetry-resource_detectors` gem is distributed under the Apache 2.0 license. See LICENSE for more information.

0 commit comments

Comments
 (0)