From 9f26dc456a16ad012a071dfc3db46d13fdad3514 Mon Sep 17 00:00:00 2001 From: Juan Ignacio Fiorentino Date: Fri, 28 Aug 2015 18:46:40 -0300 Subject: [PATCH] Update example project README. --- example_project/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/example_project/README.md b/example_project/README.md index d46770c..36d902e 100644 --- a/example_project/README.md +++ b/example_project/README.md @@ -29,8 +29,6 @@ $ python manage.py runserver Open your browser and go to `http://localhost:8000`. VoilĂ ! -[](https://github.com/juanifioren/meteor-coffee-boilerplate) - ## Install package for development After you run `pip install -r requirements.txt`. @@ -41,4 +39,4 @@ $ pip uninstall django-oidc-provider # Go back and add the package again. $ cd .. $ pip install -e . -``` \ No newline at end of file +```