From 09b3d8d6d670ba64107c112e68853cf46b76ead8 Mon Sep 17 00:00:00 2001 From: Juan Ignacio Fiorentino Date: Thu, 30 Apr 2015 12:45:04 -0300 Subject: [PATCH] Update example project README. --- example_project/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_project/README.md b/example_project/README.md index de5c475..d80bfe8 100644 --- a/example_project/README.md +++ b/example_project/README.md @@ -11,7 +11,7 @@ $ virtualenv project_env $ source project_env/bin/activate $ git clone https://github.com/juanifioren/django-oidc-provider.git -$ cd django-oidc-provider/example_app +$ cd django-oidc-provider/example_project $ pip install -r requirements.txt ```