From 8dbd586f42dd073bc2f85f75b518aa36f9c15c9e Mon Sep 17 00:00:00 2001 From: Juan Ignacio Fiorentino Date: Wed, 25 Mar 2015 11:35:59 -0300 Subject: [PATCH] Update Docs. --- DOC.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DOC.md b/DOC.md index 06cc0d6..693a77f 100644 --- a/DOC.md +++ b/DOC.md @@ -1,5 +1,3 @@ -![OpenID Connect](http://wiki.openid.net/f/openid-logo-wordmark.png) - # Welcome to the Docs! Django OIDC Provider can help you providing out of the box all the endpoints, data and logic needed to add OpenID Connect capabilities to your Django projects. @@ -36,6 +34,8 @@ Before getting started there are some important things that you should know: ## Installation +If you want to get started fast see our [Example App](https://github.com/juanifioren/django-oidc-provider/tree/master/example_app) folder. + Install the package using pip. ```bash