From eb123f05eb908b817390fdbec85f31b1cec22c6b Mon Sep 17 00:00:00 2001 From: Jay Date: Fri, 19 Sep 2014 16:23:44 -0500 Subject: [PATCH] Updated Documentation - Fixed Markdown Issues --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index fb86024..26915e0 100644 --- a/README.md +++ b/README.md @@ -54,9 +54,7 @@ If you do not want to use composer, you can grab the SDK zip that contains Paypa - Unzip and copy vendor directory inside your project, e.g. project root directory. - If your application has a bootstrap/autoload file, you should add -```php -include '/vendor/autoload.php' -``` in it. The location of the `````` should be replaced based on where you downloaded **vendor** directory in your application. +`include '/vendor/autoload.php'` in it. The location of the `` should be replaced based on where you downloaded **vendor** directory in your application. - This *autoload.php* file registers a custom autoloader that can autoload the PayPal SDK files, that allows you to access PHP SDK system in your application.