Skip to content

Commit 9fb99f4

Browse files
committed
Read me updated for delivery token example
1 parent e60c41a commit 9fb99f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ To use the PHP SDK, you need to perform the following steps:
1818
1. Download/clone the PHP SDK from [here](https://www.contentstack.com/docs/platforms/php/php_sdk_latest).
1919
2. Paste the downloaded ZIP file of the PHP SDK to a folder of your choice.
2020

21-
To initialize the SDK, you will need to specify the API Key, Access Token, and Environment Name of your stack.
21+
To initialize the SDK, you will need to specify the API Key, Delivery Token, and Environment Name of your stack.
2222

2323
use Contentstack\Contentstack;include_once "contentstack/index.php";
24-
$stack = Contentstack::Stack(API_KEY, ACCESS_TOKEN, ENV_NAME);
24+
$stack = Contentstack::Stack(API_KEY, DELIVERY_TOKEN, ENV_NAME);
2525

2626
### Key Concepts for using Contentstack
2727

@@ -55,9 +55,9 @@ A publishing environment corresponds to one or more deployment servers or a cont
5555
To initialize the SDK, you need to provide values for the keys given in the snippet below:
5656

5757
use Contentstack\Contentstack;include_once "contentstack/index.php";
58-
$stack = Contentstack::Stack(API_KEY, ACCESS_TOKEN, ENV_NAME);
58+
$stack = Contentstack::Stack(API_KEY, DELIVERY_TOKEN, ENV_NAME);
5959

60-
To get the API credentials mentioned above, log in to your Contentstack account and then in your top panel navigation, go to Settings > Stack to view the API Key and Access Token.
60+
To get the API credentials mentioned above, log in to your Contentstack account and then in your top panel navigation, go to Settings > Stack to view the API Key and Delivery Token.
6161

6262

6363

0 commit comments

Comments
 (0)