diff --git a/docs/sdk/client-side-sdks/javascript/javascript.md b/docs/sdk/client-side-sdks/javascript/javascript.md index 9b45b061..2457424e 100644 --- a/docs/sdk/client-side-sdks/javascript/javascript.md +++ b/docs/sdk/client-side-sdks/javascript/javascript.md @@ -11,7 +11,7 @@ It will then update its configuration using a realtime streaming connection any -The DevCycle JS SDK is available as a NPM package will a full Typescript interface. +The DevCycle JS SDK is available as a NPM package will a full Typescript interface. It also supports service worker environments. The open-source code can be viewed on the [DevCycle GitHub](https://github.com/DevCycleHQ/js-sdks/tree/main/sdk/js). This SDK depends on the [fetch](https://github.com/BuilderIO/this-package-uses-fetch) API. diff --git a/docs/sdk/client-side-sdks/nextjs/nextjs-usage-pages.md b/docs/sdk/client-side-sdks/nextjs/nextjs-usage-pages.md index bb937f04..865deb43 100644 --- a/docs/sdk/client-side-sdks/nextjs/nextjs-usage-pages.md +++ b/docs/sdk/client-side-sdks/nextjs/nextjs-usage-pages.md @@ -99,7 +99,7 @@ However, it omits features that rely on the dynamic request information to work. ## Initialization Options -The SDK exposes various initialization options which can be set by passing a `DevCycleOptions` object in the setupDevCycle method: +The SDK exposes various initialization options which can be set by passing a `DevCycleOptions` object in the appWithDevCycle method: [DevCycleOptions Typescript Schema](https://github.com/search?q=repo%3ADevCycleHQ%2Fjs-sdks+export+interface+DevCycleOptions+language%3ATypeScript+path%3A*types.ts&type=code)