From 88faab1197a2a105c7da659951e94bc951d37ab9 Mon Sep 17 00:00:00 2001 From: Tigran Najaryan <4194920+tigrannajaryan@users.noreply.github.com> Date: Wed, 20 Apr 2022 08:57:30 -0400 Subject: [PATCH] Remove NMP from the list of repos where protos are published (#381) Resolves https://github.com/open-telemetry/opentelemetry-proto/issues/379 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e15aad1d..0b88f507 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ The proto files can be consumed as GIT submodules or copied and built directly in the consumer project. -The compiled files are published to central repositories (Maven, NPM...) from OpenTelemetry client libraries. +The compiled files are published to central repositories (Maven, ...) from OpenTelemetry client libraries. See [contribution guidelines](CONTRIBUTING.md) if you would like to make any changes.