Merge pull request #5819 from gjtorikian/patch-1

Fix typo
This commit is contained in:
Kevin Sawicki 2016-05-31 17:56:16 -07:00
commit 18f005092b

View file

@ -4,7 +4,7 @@ If you are a seasoned Node developer, you are surely aware of `semver` - and
might be used to giving your dependency management systems only rough guidelines
rather than fixed version numbers. Due to the hard dependency on Node and
Chromium, Electron is in a slightly more difficult position and does not follow
semver. You should therefor always reference a specific version of Electron.
semver. You should therefore always reference a specific version of Electron.
Version numbers are bumped using the following rules: