diff --git a/polygerrit-ui/README.md b/polygerrit-ui/README.md index c5dd657ffe..3f84a58f04 100644 --- a/polygerrit-ui/README.md +++ b/polygerrit-ui/README.md @@ -64,7 +64,7 @@ bazel fetch @ui_npm//:node_modules bazel fetch @ui_dev_npm//:node_modules # Install packages from tools/node_tools/packages.json -bazel fetch @ui_dev_npm//:node_modules +bazel fetch @tools_npm//:node_modules ``` More information for installing and using nodejs rules can be found here https://bazelbuild.github.io/rules_nodejs/install.html @@ -274,4 +274,4 @@ from the queue we have for FE reviewers. If you are willing to join the queue and help the community review changes, you can create an issue through Monorail and request to join the queue! -We will review your request and start from there. \ No newline at end of file +We will review your request and start from there.