From 481f1276a86a3ef92b7b7c60b9013697b4497b93 Mon Sep 17 00:00:00 2001
From: Matthias Klan <matthias.klan@gmail.com>
Date: Fri, 4 May 2018 16:14:16 +0200
Subject: [PATCH] Update using-dex.md

fix wrong port from example
---
 Documentation/using-dex.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/using-dex.md b/Documentation/using-dex.md
index f935a62a..33714000 100644
--- a/Documentation/using-dex.md
+++ b/Documentation/using-dex.md
@@ -63,7 +63,7 @@ oauth2Config := oauth2.Config{
     ClientSecret: "example-app-secret",
 
     // The redirectURL.
-    RedirectURL: "http://127.0.0.1:5556/callback",
+    RedirectURL: "http://127.0.0.1:5555/callback",
 
     // Discovery returns the OAuth2 endpoints.
     Endpoint: provider.Endpoint(),
-- 
GitLab