From 175c2c946a40e5511bd4444e9e3627a6685a271b Mon Sep 17 00:00:00 2001 From: Anuj Dhungana <45848083+edr3x@users.noreply.github.com> Date: Wed, 11 Jan 2023 03:42:25 +0545 Subject: [PATCH] doc: npm package of grpc migrate (#32041) --- README.md | 2 +- tools/package_hosting/home.xsl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96b5790845e..827158adf3e 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ please refer to these documents Repository - [Kotlin](https://github.com/grpc/grpc-kotlin): Use JARs from Maven Central Repository -- [Node](https://github.com/grpc/grpc-node): `npm install grpc` +- [Node](https://github.com/grpc/grpc-node): `npm install @grpc/grpc-js` - [Objective-C](src/objective-c): Add `gRPC-ProtoRPC` dependency to podspec - [PHP](src/php): `pecl install grpc` - [Python](src/python/grpcio): `pip install grpcio` diff --git a/tools/package_hosting/home.xsl b/tools/package_hosting/home.xsl index 7aa5ccb24e8..b195beab073 100644 --- a/tools/package_hosting/home.xsl +++ b/tools/package_hosting/home.xsl @@ -47,7 +47,7 @@
  • Go: go get google.golang.org/grpc
  • Java: Use JARs from gRPC Maven Central Repository
  • Kotlin: Use JARs from gRPC Maven Central Repository
  • -
  • Node: npm install grpc
  • +
  • Node: npm install @grpc/grpc-js
  • Objective-C: Add gRPC-ProtoRPC dependency to podspec
  • PHP: pecl install grpc
  • Python: pip install grpcio