Skip to content

Commit e6cba77

Browse files
author
Mike Ng
committed
Fix README markdown.
1 parent 2c66480 commit e6cba77

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
#Optimizely JavaScript SDK
1+
# Optimizely JavaScript SDK
22

33
This repository houses the JavaScript SDK for Optimizely X Full Stack.
44

5-
##Getting Started
5+
## Getting Started
66

7-
###Installing the SDK
7+
### Installing the SDK
88

99
The SDK is available through [npm](https://npmjs.com/package/optimizely-client-sdk). To install:
1010

@@ -18,22 +18,22 @@ Or to use in a non CommonJS fashion:
1818
2. Pull in `dist/optimizely.min.js` as a `<script>`
1919
3. Use as global variable `window.optimizelyClient`
2020

21-
###Using the SDK
21+
### Using the SDK
2222
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.
2323

24-
##Development
24+
## Development
2525

26-
###Installing dependencies
26+
### Installing dependencies
2727

2828
```npm install```
2929

30-
###Unit tests
30+
### Unit tests
3131

3232
You can run all unit tests with:
3333
```
3434
npm test
3535
```
3636

37-
###Contributing
37+
### Contributing
3838

3939
Please see [CONTRIBUTING](CONTRIBUTING.md).

0 commit comments

Comments
 (0)