Skip to content

Commit aac864f

Browse files
committed
Adopt HEAD convention
1 parent 2f8a596 commit aac864f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ First, load `rules_apidoc` in your `WORKSPACE`:
55
```python
66
git_repository(
77
name = "org_pubref_rules_apidoc",
8-
tag = "v0.1.1",
98
remote = "https://github.com/pubref/rules_apidoc.git",
9+
commit = "HEAD", # replace with latest version
1010
)
1111
```
1212

0 commit comments

Comments
 (0)