aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f7f5ef9..7a2721f 100644
--- a/README.md
+++ b/README.md
@@ -122,7 +122,7 @@ load("@rules_python//python:pip.bzl", "pip_install")
# Create a central repo that knows about the dependencies needed for
# requirements.txt.
-pip_install( # or pip3_import
+pip_install(
name = "my_deps",
requirements = "//path/to:requirements.txt",
)