docs: Minor casing changes (#2093)

This commit is contained in:
Cassidy Williams 2018-02-26 08:04:13 -08:00 committed by Pat Cavit
parent 560eade284
commit 7699b4515d
2 changed files with 3 additions and 2 deletions

View file

@ -3,7 +3,7 @@
- [CDN](#cdn)
- [NPM](#npm)
- [Quick start with Webpack](#quick-start-with-webpack)
- [Typescript](#typescript)
- [TypeScript](#typescript)
### CDN
@ -64,6 +64,7 @@ m.render(document.body, "hello world");
```bash
$> npm start
```
6. open `index.html` in your (default) browser
#### Step by step