Fixed typo in README change
diff --git a/src/node/README.md b/src/node/README.md
index df57d1e..6e49341 100644
--- a/src/node/README.md
+++ b/src/node/README.md
@@ -17,7 +17,7 @@
 If you install the gRPC C core library in a custom location, then you need to set some environment variables to install this library. The command will look like this:
 
 ```sh
-CXXFLAGS=-I<custom location>/include LDFLAGS=-L<custom location> npm install [grpc]
+CXXFLAGS=-I<custom location>/include LDFLAGS=-L<custom location>/lib npm install [grpc]
 ```
 
 ## Tests