diff --git a/README.md b/README.md index 4bebbb5..8c8d1b4 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,6 @@ This repository contains PayPal's PHP SDK and samples for REST API. * Clone the repo and navigate to the samples folder. * Samples have dependency on the sdk and you can use `Composer` to get the dependencies. Ensure that you have composer installed on your machine, navigate to the samples folder and run 'composer update --no-dev' to fetch the SDK. - * In case you cannot install composer on your machine, you can also fetch the SDK bundle from https://github.com/paypal/sdk-packages/raw/gh-pages/rest-api-sdk/php/rest-api-sdk-php-0.7.1.zip and unzip the bundle in to the samples folder. * Optionally, update the bootstrap.php file with your own client Id and client secret. * Run any of the samples in the 'samples' folder to see what the APIs can do. diff --git a/sample/README.md b/sample/README.md index 08dfcc3..70e1a9b 100644 --- a/sample/README.md +++ b/sample/README.md @@ -2,7 +2,7 @@ Rest API Samples =================== -This sample project is a simple web app that you can explore to understand what the payment APIs can do for you. To try out the sample, run `composer update --no-dev` from the samples folder and you are all set. In case you cannot install composer on your machine, you can fetch the SDK download bundle from https://github.com/paypal/sdk-packages/raw/gh-pages/rest-api-sdk/php/rest-api-sdk-php-0.7.1.zip and unzip the contents to the samples folder. +This sample project is a simple web app that you can explore to understand what the payment APIs can do for you. To try out the sample, run `composer update --no-dev` from the samples folder and you are all set. The sample comes pre-configured with a test account but in case you need to try them against your account, you must