From b6318935198abc2b7463d52adc60187fc526210e Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Pinalie <2850825+jybp@users.noreply.github.com> Date: Sun, 29 Sep 2019 02:10:41 +0200 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba8e276..83a19b3 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ import ( func main() { cfg := oauth2.Config{ ClientID: "your client id", - ClientSecret: "your client id", + ClientSecret: "your client secret", Endpoint: ebay.OAuth20SandboxEndpoint, RedirectURL: "your eBay Redirect URL name (RuName)", Scopes: []string{ebay.ScopeBuyOfferAuction /* your scopes */},