Skip to content

Commit 475e401

Browse files
authored
docs(sdk-metrics): fix badge and reword introductory sentence (#3484)
1 parent 126ae93 commit 475e401

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/sdk-metrics/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![NPM Published Version][npm-img]][npm-url]
44
[![Apache License][license-image]][license-image]
55

6-
OpenTelemetry metrics module contains the foundation for all metrics SDKs of [opentelemetry-js](https://github.com/open-telemetry/opentelemetry-js).
6+
This module contains the Metrics SDK of [opentelemetry-js](https://github.com/open-telemetry/opentelemetry-js).
77

88
Used standalone, this module provides methods for manual instrumentation of code, offering full control over recording metrics for client-side JavaScript (browser) and Node.js.
99

@@ -89,4 +89,4 @@ Apache 2.0 - See [LICENSE][license-url] for more information.
8989
[license-url]: https://github.com/open-telemetry/opentelemetry-js/blob/main/LICENSE
9090
[license-image]: https://img.shields.io/badge/license-Apache_2.0-green.svg?style=flat
9191
[npm-url]: https://www.npmjs.com/package/@opentelemetry/sdk-metrics
92-
[npm-img]: https://badge.fury.io/js/%40opentelemetry%2Fmetrics.svg
92+
[npm-img]: https://badge.fury.io/js/%40opentelemetry%2Fsdk%2Dmetrics.svg

0 commit comments

Comments
 (0)