Skip to content

Commit

Permalink
fix: typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sgammon committed Sep 4, 2023
1 parent ee648bd commit a3a2692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive", "http_file"
http_archive(
name = "rules_gradle",
sha256 = "...",
strip_prefix = "ruls_gradle-<revision>",
strip_prefix = "rules_gradle-<revision>",
urls = [
"https://github.com/sgammon/rules_gradle/archive/<revision>/rules_gradle-<revision>.zip",
],
Expand Down

0 comments on commit a3a2692

Please sign in to comment.