Skip to content

Commit 36e6586

Browse files
committed
docs: 📝 Readme updated
1 parent a927cff commit 36e6586

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ To get an embedded item of a single entry, you need to provide the stack API key
7070
```js
7171
import * as Contentstack from 'contentstack'
7272
const stack = Contentstack.Stack({
73-
api_key: '<API_KEY>',
74-
delivery_token: '<ENVIRONMENT_SPECIFIC_DELIVERY_TOKEN>',
75-
environment: '<ENVIRONMENT>'})
73+
api_key: '<API_KEY>',
74+
delivery_token: '<ENVIRONMENT_SPECIFIC_DELIVERY_TOKEN>',
75+
environment: '<ENVIRONMENT>'})
7676

7777
stack.ContentType('<CONTENT_TYPE_UID>')
7878
.Entry('<ENTRY_UID>')
@@ -95,9 +95,9 @@ To get embedded items from multiple entries, you need to provide the content typ
9595
```js
9696
import Contentstack from 'contentstack'
9797
const stack = Contentstack.Stack({
98-
api_key: '<API_KEY>',
99-
delivery_token: '<ENVIRONMENT_SPECIFIC_DELIVERY_TOKEN>',
100-
environment: '<ENVIRONMENT>'})
98+
api_key: '<API_KEY>',
99+
delivery_token: '<ENVIRONMENT_SPECIFIC_DELIVERY_TOKEN>',
100+
environment: '<ENVIRONMENT>'})
101101

102102
stack.ContentType('<CONTENT_TYPE_UID>')
103103
.Query()

0 commit comments

Comments
 (0)