From ea23a1234d74446c17f957c49ee1a88eee7b7204 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Germ=C3=A1n=20Lena?= Date: Mon, 2 Feb 2015 12:26:19 -0300 Subject: [PATCH] Update readme #1 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f68adb4..e2483ca 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ class AppKernel extends Kernel ~~~ -###2. Configure your Auth0 app data +###3. Configure your Auth0 app data Modify the file /app/config/config.yml @@ -61,7 +61,7 @@ auth0_symfony_jwt: client_secret: YOURCLIENTSECRET ~~~ -###3. Setup your User and UserProvider +###4. Setup your User and UserProvider Create your User and UserProvider. @@ -79,7 +79,7 @@ services: arguments: ["@auth0_symfony_jwt.auth0_service"] ~~~ -###4. Setup the SecurityProvider +###5. Setup the SecurityProvider Modify the file /app/config/security.yml: