Skip to content

Commit

Permalink
Update install instructions
Browse files Browse the repository at this point in the history
Update install instructions in README.md
  • Loading branch information
ColinHeathman authored Jan 8, 2024
1 parent 3e57ea5 commit fcf9e31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ Then add this repository to your `WORKSPACE` file:
```starlark
http_archive(
name = "com_github_benchsci_rules_nodejs_gazelle",
sha256 = "************",
strip_prefix = "rules_nodejs_gazelle-0.4.0",
sha256 = "c3734c1d4f18f58c74e1efb1ab83dd2bed84d0de2e0b26c8c0fcb649bdbb75a1",
strip_prefix = "rules_nodejs_gazelle-0.5.0",
urls = [
"https://github.com/benchsci/rules_nodejs_gazelle/archive/refs/tags/v0.4.0.tar.gz",
"https://github.com/benchsci/rules_nodejs_gazelle/archive/refs/tags/v0.5.0.tar.gz",
],
)
```
Expand Down

0 comments on commit fcf9e31

Please sign in to comment.