dgraph-js icon indicating copy to clipboard operation
dgraph-js copied to clipboard

Update README.md with @grpc/grpc-js

Open Znarkus opened this issue 1 year ago • 0 comments

It looks like dgraph-js is using @grpc/grpc-js and not grpc. Using grpc in my project resulted in TS errors of type mismatch, changing to @grpc/grpc-js solved it. Updating the README to reflect this.

Znarkus avatar Feb 27 '24 15:02 Znarkus