docs: Minor casing changes (#2093)
This commit is contained in:
parent
560eade284
commit
7699b4515d
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue