aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f222f39..f777f79 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ Then in your `BUILD` files load the python rules with:
``` python
load(
- "@rules_python//python:python.bzl",
+ "@rules_python//python:defs.bzl",
"py_binary", "py_library", "py_test",
)