From 18717023c4d6b5c02691f94fe80714f2e5e9862d Mon Sep 17 00:00:00 2001 From: Aeneas Rekkas Date: Mon, 4 Jan 2016 19:11:28 +0100 Subject: [PATCH] session: moved to root package, updated docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e765fe9b1..fe32ac424 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,7 @@ func handleAuth(rw http.ResponseWriter, req *http.Request) { // It is additionally going to output a result based on response_type. // ** API not finalized yet ** - // err := oauth2.FinishAccessRequest(rw, response, session) + // err := oauth2.FinishAuthorizeRequest(rw, response, session) // **** } ```