kontent-ai / delivery-sdk-js

Kontent Delivery SDK for Javascript
https://kontent.ai
MIT License
50 stars 34 forks source link

Update readme.md #357

Closed Nickm615 closed 1 year ago

Nickm615 commented 1 year ago

Motivation

I confirmed with @Enngage that item elements are now found within elements response.data.items[0].elements.title rather than directly in the item. response.data.items[0].title So I updated the TypeScript and JavaScript examples to reflect this change.

Checklist

How to test

No testing required