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)
|
- [CDN](#cdn)
|
||||||
- [NPM](#npm)
|
- [NPM](#npm)
|
||||||
- [Quick start with Webpack](#quick-start-with-webpack)
|
- [Quick start with Webpack](#quick-start-with-webpack)
|
||||||
- [Typescript](#typescript)
|
- [TypeScript](#typescript)
|
||||||
|
|
||||||
### CDN
|
### CDN
|
||||||
|
|
||||||
|
|
@ -64,6 +64,7 @@ m.render(document.body, "hello world");
|
||||||
```bash
|
```bash
|
||||||
$> npm start
|
$> npm start
|
||||||
```
|
```
|
||||||
|
|
||||||
6. open `index.html` in your (default) browser
|
6. open `index.html` in your (default) browser
|
||||||
|
|
||||||
#### Step by step
|
#### Step by step
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
<a href="index.html">Guide</a>
|
<a href="index.html">Guide</a>
|
||||||
<a href="api.html">API</a>
|
<a href="api.html">API</a>
|
||||||
<a href="https://gitter.im/MithrilJS/mithril.js">Chat</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>
|
</nav>
|
||||||
</section>
|
</section>
|
||||||
</header>
|
</header>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue