typo: Add missing 'v' to url (#48)
diff --git a/README.md b/README.md
index 1052d9e..c21dda0 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@
name = "rules_python_external",
sha256 = "", # Fill in with correct sha256 of your COMMIT_SHA version
strip_prefix = "rules_python_external-{version}".format(version = rules_python_external_version),
- url = "https://github.com/dillon-giacoppo/rules_python_external/archive/{version}.zip".format(version = rules_python_external_version),
+ url = "https://github.com/dillon-giacoppo/rules_python_external/archive/v{version}.zip".format(version = rules_python_external_version),
)
# Install the rule dependencies