Skip to content

Commit a5bd476

Browse files
committed
Fix README image url
1 parent 1cc80c1 commit a5bd476

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<table><tr>
22
<td><img src="https://github.com/pubref/rules_protobuf/blob/master/images/bazel.png" width="120"/></td>
3-
<td><img src="https://node-os.com/images/nodejs.png" width="120"/></td>
3+
<td><img src="https://nodejs.org/static/images/logo.svg" width="120"/></td>
44
</tr><tr>
55
<td>Bazel</td>
66
<td>NodeJs</td>
@@ -15,8 +15,8 @@ dependencies. This will download the nodejs toolchain including
1515
```python
1616
git_repository(
1717
name = "org_pubref_rules_node",
18-
tag = "v0.3.3",
1918
remote = "https://github.com/pubref/rules_node.git",
19+
commit = "{HEAD}",
2020
)
2121

2222
load("@org_pubref_rules_node//node:rules.bzl", "node_repositories")

0 commit comments

Comments
 (0)