dgraph-js
dgraph-js copied to clipboard
Update README.md with @grpc/grpc-js
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.