Skip to content

Commit c351abc

Browse files
committed
Patch based on additional feedback
1 parent 1846e88 commit c351abc

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,22 @@ Optimizely Rollouts is [free feature flags](https://www.optimizely.com/free-feat
1616

1717
## Get Started
1818

19-
> For **Browser** applications, refer to the [JavaScript SDK's developer documentation](https://docs.developers.optimizely.com/experimentation/v4.0.0-full-stack/docs/javascript-sdk) for detailed instructions on getting started with using the SDK within client-side applications.
19+
For **Browser** applications, refer to the [JavaScript SDK's developer documentation](https://docs.developers.optimizely.com/experimentation/v4.0.0-full-stack/docs/javascript-sdk) for detailed instructions on getting started with using the SDK within client-side applications.
2020

21-
> For **React** applications, refer to the [React SDK developer documentation](https://docs.developers.optimizely.com/experimentation/v4.0.0-full-stack/docs/javascript-react-sdk).
21+
For **React** applications, refer to the [React SDK developer documentation](https://docs.developers.optimizely.com/experimentation/v4.0.0-full-stack/docs/javascript-react-sdk).
2222

23-
> For **React Native** applications, refer to the [JavaScript (React Native) variant of the developer documentation](https://docs.developers.optimizely.com/experimentation/v4.0.0-full-stack/docs/javascript-react-native-sdk).
23+
For **React Native** applications, refer to the [JavaScript (React Native) variant of the developer documentation](https://docs.developers.optimizely.com/experimentation/v4.0.0-full-stack/docs/javascript-react-native-sdk).
2424

25-
> For **Node.js** applications, refer to the [JavaScript (Node) variant of the developer documentation](https://docs.developers.optimizely.com/experimentation/v4.0.0-full-stack/docs/javascript-node-sdk).
25+
For **Node.js** applications, refer to the [JavaScript (Node) variant of the developer documentation](https://docs.developers.optimizely.com/experimentation/v4.0.0-full-stack/docs/javascript-node-sdk).
2626

27-
> For **Edge Functions**, we provide starter kits that utilize the Optimizely JavaScript SDK for the following platforms:
28-
> - [Akamai (Edgeworkers)](https://github.com/optimizely/akamai-edgeworker-starter-kit)
29-
> - [AWS Lambda@Edge](https://github.com/optimizely/aws-lambda-at-edge-starter-kit)
30-
> - [Cloudflare Worker](https://github.com/optimizely/cloudflare-worker-template)
31-
> - [Fastly Compute@Edge](https://github.com/optimizely/fastly-compute-starter-kit)
32-
> - [Vercel Edge Middleware](https://github.com/optimizely/vercel-examples/tree/main/edge-middleware/feature-flag-optimizely)
33-
>
34-
> Note: These starter kits use the **Lite** variant of the JavaScript SDK which excludes the datafile manager and event processor packages.
27+
For **Edge Functions**, we provide starter kits that utilize the Optimizely JavaScript SDK for the following platforms:
28+
- [Akamai (Edgeworkers)](https://github.com/optimizely/akamai-edgeworker-starter-kit)
29+
- [AWS Lambda@Edge](https://github.com/optimizely/aws-lambda-at-edge-starter-kit)
30+
- [Cloudflare Worker](https://github.com/optimizely/cloudflare-worker-template)
31+
- [Fastly Compute@Edge](https://github.com/optimizely/fastly-compute-starter-kit)
32+
- [Vercel Edge Middleware](https://github.com/optimizely/vercel-examples/tree/main/edge-middleware/feature-flag-optimizely)
33+
34+
Note: These starter kits use the **Lite** variant of the JavaScript SDK which excludes the datafile manager and event processor packages.
3535

3636
### Prerequisites
3737

packages/optimizely-sdk/lib/optimizely/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1663,7 +1663,7 @@ export default class Optimizely {
16631663
* Sends an action as an ODP Event with optional custom parameters including type, identifiers, and data
16641664
* Note: Since this depends on this.odpManager, it must await Optimizely client's onReady() promise resolution.
16651665
* @param {Object} odpEvent
1666-
* @param {ODP_EVENT_ACTION} odpEvent.action Subcategory of the event type (i.e. "client_initialized", or "identified")
1666+
* @param {ODP_EVENT_ACTION} odpEvent.action Subcategory of the event type (i.e. "client_initialized", or "")
16671667
* @param {string} odpEvent.type (Optional) Type of event (Defaults to "fullstack")
16681668
* @param {Map<string, string>} odpEvent.identifiers (Optional) Key-value map of user identifiers
16691669
* @param {Map<string, string>} odpEvent.data (Optional) Event data in a key-value map.

0 commit comments

Comments
 (0)