s/mithril/mithril@next/g, add v1 docs link [skip ci] (#2368)
This should help point users to the correct version if they plan to install the release candidate, and it should help users find the existing docs for v1.
This commit is contained in:
parent
722a4f4af9
commit
b91a10a233
6 changed files with 27 additions and 18 deletions
|
|
@ -36,7 +36,10 @@ Mithril supports IE11, Firefox ESR, and the last two versions of Firefox, Edge,
|
|||
|
||||
### npm
|
||||
```bash
|
||||
# For the most recent stable version
|
||||
$ npm install mithril --save
|
||||
# For the most recent unstable version
|
||||
$ npm install mithril@next --save
|
||||
```
|
||||
|
||||
The ["Getting started" guide](https://mithril.js.org/#getting-started) is a good place to start learning how to use mithril.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue