Merge pull request #25 from bazelbuild/mattmoor-patch-1

Note that "{HEAD}" is invalid, not special.
diff --git a/README.md b/README.md
index 407d531..a6a8710 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,7 @@
 git_repository(
     name = "io_bazel_rules_python",
     remote = "https://github.com/bazelbuild/rules_python.git",
+    # NOT VALID!  Replace this with a Git commit SHA.
     commit = "{HEAD}",
 )