Copy edit docs
This commit is contained in:
parent
ea0b661b79
commit
9ea782f759
19 changed files with 100 additions and 98 deletions
|
|
@ -8,7 +8,7 @@ Mithril is available from a variety of sources:
|
|||
|
||||
You can [download a zip of the latest version version here](http://lhorie.github.io/mithril/mithril.min.zip).
|
||||
|
||||
Links to older versions can be found in the [change log](change-log.html)
|
||||
Links to older versions can be found in the [change log](change-log.html).
|
||||
|
||||
In order to use Mithril, extract it from the zip file and point a script tag to the `.js` file:
|
||||
|
||||
|
|
@ -20,17 +20,17 @@ In order to use Mithril, extract it from the zip file and point a script tag to
|
|||
|
||||
### CDNs (Content Delivery Networks)
|
||||
|
||||
You can also find Mithril in [cdnjs](http://cdnjs.com/libraries/mithril/) and [jsdelivr](http://www.jsdelivr.com/#!mithril)
|
||||
You can also find Mithril in [cdnjs](http://cdnjs.com/libraries/mithril/) and [jsDelivr](http://www.jsdelivr.com/#!mithril).
|
||||
|
||||
Content delivery networks allow the library to be cached across different websites that use the same version of the framework, and help reduce latency by serving the files from a server that is physically near the user's location.
|
||||
|
||||
#### CdnJs
|
||||
#### cdnjs
|
||||
|
||||
```markup
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/mithril/$version/mithril.min.js"></script>
|
||||
```
|
||||
|
||||
#### JsDelivr
|
||||
#### jsDelivr
|
||||
|
||||
```markup
|
||||
<script src="//cdn.jsdelivr.net/mithril/$version/mithril.min.js"></script>
|
||||
|
|
@ -124,4 +124,4 @@ Note that Mithril uses the `next` branch as the stable branch, instead of `maste
|
|||
|
||||
Be aware that even though Mithril has tests running in a continuous integration environment, the bleeding edge version might occasionally break. If you're interested in helping improve Mithril, you're welcome to use the bleeding edge version and report any bugs that you find.
|
||||
|
||||
In order to update a forked version of Mithril, [follow the instructions on this page](https://help.github.com/articles/syncing-a-fork).
|
||||
In order to update a forked version of Mithril, [follow the instructions on this page](https://help.github.com/articles/syncing-a-fork).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue