Skip to content

Commit 97c2dae

Browse files
committed
Read me upate
1 parent 804ded7 commit 97c2dae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ using Contentstack.Core.Configuration; // ContentstackOptions
3333
You will need to specify the API key, Access token, and Environment Name of your stack to initialize the SDK:
3434

3535
``` cs
36-
ContentstackClient stack = new ContentstackClient("api_key", "access_token", "enviroment_name");
36+
ContentstackClient stack = new ContentstackClient("api_key", "delivery_token", "enviroment_name");
3737
```
3838
or:
3939

4040
``` cs
4141
var options = new ContentstackOptions()
4242
{
4343
ApiKey = "<api_key>",
44-
AccessToken = "<access_token>"
44+
DeliveryToken = "<delivery_token>"
4545
Environment = "<environment>"
4646
}
4747
ContentstackClient stack = new ContentstackClient(options);

0 commit comments

Comments
 (0)