From deda5496ff640807b2bfd18dafa597ac451be5fb Mon Sep 17 00:00:00 2001 From: Alexander Plutov Date: Sat, 14 May 2016 19:38:24 +0700 Subject: [PATCH] Fixed #10 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ca9447..0b7ccce 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ import "github.com/logpacker/PayPal-Go-SDK" ```go // Create a client instance c, err := paypalsdk.NewClient("clientID", "secretID", paypalsdk.APIBaseSandBox) -c.SetLogFile("/tpm/paypal-debug.log") // Set log file if necessary +c.SetLog(os.Stdout) // Set log to terminal stdout ``` #### Get access token