Skip to content

Commit 3be9df4

Browse files
authored
Merge pull request #3 from pubref/update_readme_head
Adopt HEAD convention
2 parents 2f8a596 + aac864f commit 3be9df4

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)