Merge pull request #11426 from mikoto2000/patch-1

Fix 'electron-versioning' link in README.md
This commit is contained in:
Charles Kerr 2017-12-13 09:21:41 -06:00 committed by GitHub
commit 0ad99444af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ npm install electron --save-dev --save-exact
The `--save-exact` flag is recommended as Electron does not follow semantic
versioning. For info on how to manage Electron versions in your apps, see
[Electron versioning](docs/tutorial/versioning.md).
[Electron versioning](docs/tutorial/electron-versioning.md).
For more installation options and troubleshooting tips, see
[installation](docs/tutorial/installation.md).