add missing backtick
This commit is contained in:
parent
9f55e162a3
commit
ba6f01a109
1 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ that it will never match an unstable pre-release version.
|
||||||
|
|
||||||
Electron supports three streams of development versions, each of which is identified by using an [npm dist tag]:
|
Electron supports three streams of development versions, each of which is identified by using an [npm dist tag]:
|
||||||
|
|
||||||
- **`prev`**: denotes the version of Electron that is _one minor_ behind the `latest
|
- **`prev`**: denotes the version of Electron that is _one minor_ behind the `latest`
|
||||||
- **`latest`**: denotes the _latest stable_ version
|
- **`latest`**: denotes the _latest stable_ version
|
||||||
- **`next`**: denotes the _upcoming (maybe unstable)_ version
|
- **`next`**: denotes the _upcoming (maybe unstable)_ version
|
||||||
|
|
||||||
|
@ -84,4 +84,4 @@ npm install electron@latest --save-exact --save-dev
|
||||||
[Semantic Versioning]: http://semver.org
|
[Semantic Versioning]: http://semver.org
|
||||||
[pre-release identifier]: http://semver.org/#spec-item-9
|
[pre-release identifier]: http://semver.org/#spec-item-9
|
||||||
[npm dist tag]: https://docs.npmjs.com/cli/dist-tag
|
[npm dist tag]: https://docs.npmjs.com/cli/dist-tag
|
||||||
[normal version]: http://semver.org/#spec-item-2
|
[normal version]: http://semver.org/#spec-item-2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue