From 12b0e791e3e84b4fbcafb8236900bdc385aed46e Mon Sep 17 00:00:00 2001
From: Laurent Peuch <cortex@worlddomination.be>
Date: Sat, 9 Nov 2013 13:31:30 +0100
Subject: [PATCH] [fix] bad symlink in README

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8135f773..91360da2 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
     git clone git@github.com:political-memory/political_memory.git
 
     cd political_memory
-    ln -s ../django-representatives-votes/parltrack_votes/ .
+    ln -s ../django-representatives-votes/representatives_votes/ .
     ln -s ../django-representatives/representatives/ .
 
     virtualenv ve
-- 
GitLab