Skip to content

Commit

Permalink
docs: fix requirement line for runfiles example
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Feb 8, 2023
1 parent 6c8ae76 commit 77b9ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/runfiles/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Typical Usage
py_binary(
name = "my_binary",
...
deps = [requirement("runfiles")],
deps = [requirement("bazel-runfiles")],
)

3. Import the runfiles library::
Expand Down

0 comments on commit 77b9ca6

Please sign in to comment.