You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository houses the JavaScript SDK for Optimizely X Full Stack.
4
4
5
-
##Getting Started
5
+
##Getting Started
6
6
7
-
###Installing the SDK
7
+
###Installing the SDK
8
8
9
9
The SDK is available through [npm](https://npmjs.com/package/optimizely-client-sdk). To install:
10
10
@@ -18,22 +18,22 @@ Or to use in a non CommonJS fashion:
18
18
2. Pull in `dist/optimizely.min.js` as a `<script>`
19
19
3. Use as global variable `window.optimizelyClient`
20
20
21
-
###Using the SDK
21
+
###Using the SDK
22
22
See the Optimizely X Full Stack testing [developer documentation](http://developers.optimizely.com/server/reference/index.html) to learn how to set up your first JavaScript project and use the SDK.
0 commit comments