Update repository URL in README
diff --git a/README.md b/README.md
index 80d4682..cac59ff 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@
 ```python
 git_repository(
     name = "subpar",
-    remote = "TODO",
+    remote = "https://github.com/google/subpar",
     commit = "HEAD",
 )
 ```