Minor README changes

This commit is contained in:
Jay
2015-01-12 13:53:32 -06:00
parent dd99971e50
commit df00ab2602

View File

@@ -4,13 +4,19 @@
[![Build Status](https://travis-ci.org/paypal/PayPal-PHP-SDK.png?branch=master)](https://travis-ci.org/paypal/PayPal-PHP-SDK) [![Coverage Status](https://img.shields.io/coveralls/paypal/PayPal-PHP-SDK.svg)](https://coveralls.io/r/paypal/PayPal-PHP-SDK?branch=master)
__Welcome to REST API SDK PHP__. This repository contains PayPal's PHP SDK and samples for REST API.
__Welcome to PayPal PHP SDK__. This repository contains PayPal's PHP SDK and samples for REST API.
> **Before starting to use the sdk, please be aware of the [existing issues and currently unavailable or upcoming features](https://github.com/paypal/rest-api-sdk-python/wiki/Existing-Issues-and-Unavailable%5CUpcoming-features) for the REST APIs. (which the sdks are based on)**
## Documentations
## SDK Documentation
Everything from Installing, Running Samples, Making first call, etc is covered [ in our Wiki section. ](https://github.com/paypal/PayPal-PHP-SDK/wiki)
[ Our Wiki Section ](https://github.com/paypal/PayPal-PHP-SDK/wiki) includes all the documentation related to SDK. Everything from making your first call, to configurations, to running samples. Here are few quick links to get you there faster.
* [ Wiki Home ](https://github.com/paypal/PayPal-PHP-SDK/wiki)
* [ Installation ](https://github.com/paypal/PayPal-PHP-SDK/wiki/Installation)
* [ Make your First SDK Call](https://github.com/paypal/PayPal-PHP-SDK/wiki/Making-First-Call)
* [ Samples ](https://github.com/paypal/PayPal-PHP-SDK/wiki/Samples)
* [ PayPal Developer Docs] (https://developer.paypal.com/docs/)
## Latest Updates
@@ -24,7 +30,7 @@ Everything from Installing, Running Samples, Making first call, etc is covered [
## More help
* [SDK Documentation](https://github.com/paypal/PayPal-PHP-SDK/wiki)
* [Sample Source Codes](http://htmlpreview.github.io/?https://github.com/paypal/PayPal-PHP-SDK/blob/master/sample/index.php)
* [Sample Source Code](http://htmlpreview.github.io/?https://github.com/paypal/PayPal-PHP-SDK/blob/master/sample/index.php)
* [API Reference](https://developer.paypal.com/webapps/developer/docs/api/)
* [Reporting issues / feature requests] (https://github.com/paypal/PayPal-PHP-SDK/issues)
* [Reporting Issues / Feature Requests] (https://github.com/paypal/PayPal-PHP-SDK/issues)
* [Pizza App Using Paypal REST API] (https://github.com/paypal/rest-api-sample-app-php)