Update doc.go

Fixed a typo
This commit is contained in:
Rob 2016-05-01 14:07:35 -04:00
parent c54e7c11c7
commit 4be00d94a7

2
doc.go
View File

@ -1,5 +1,5 @@
/*
Package paypalsdk provides a warepper to PayPal API (https://developer.paypal.com/webapps/developer/docs/api/).
Package paypalsdk provides a wrapper to PayPal API (https://developer.paypal.com/webapps/developer/docs/api/).
The first thing you do is to create a Client (you can select API base URL using paypalsdk contants).
c, err := paypalsdk.NewClient("clientID", "secretID", paypalsdk.APIBaseSandBox)
Then you can get an access token from PayPal: