this repo has no description

README: fix typo (#5)

authored by Eli Mallon and committed by GitHub 1c80f0f3 f780d371

Changed files
+1 -1
+1 -1
README.md
··· 189 189 190 190 ```go 191 191 u, _ := url.Parse(meta.AuthorizationEndpoint) 192 - u.RawQuery = fmt.Sprintf("client_id=%s&requires_uri=%s", url.QueryEscape(yourClientId), parResp.RequestUri) 192 + u.RawQuery = fmt.Sprintf("client_id=%s&request_uri=%s", url.QueryEscape(yourClientId), parResp.RequestUri) 193 193 194 194 // Redirect the user to created url 195 195 ```