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

View file

@ -16,7 +16,7 @@
<a href="index.html">Guide</a>
<a href="api.html">API</a>
<a href="https://gitter.im/MithrilJS/mithril.js">Chat</a>
<a href="https://github.com/MithrilJS/mithril.js">Github</a>
<a href="https://github.com/MithrilJS/mithril.js">GitHub</a>
</nav>
</section>
</header>