We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f8a596 + aac864f commit 3be9df4Copy full SHA for 3be9df4
README.md
@@ -5,8 +5,8 @@ First, load `rules_apidoc` in your `WORKSPACE`:
5
```python
6
git_repository(
7
name = "org_pubref_rules_apidoc",
8
- tag = "v0.1.1",
9
remote = "https://github.com/pubref/rules_apidoc.git",
+ commit = "HEAD", # replace with latest version
10
)
11
```
12
0 commit comments