README.md: minor cosmetic change

This commit is contained in:
syl20bnr 2015-12-01 00:49:31 -05:00
parent 9d326456a5
commit 47f3ad3ac8
1 changed files with 3 additions and 2 deletions

View File

@ -218,7 +218,7 @@ Spacemacs has a built-in notification of a new version when you are on the
`master` branch. If you are on the `develop` branch then you'll have to
update Spacemacs manually by updating your repository.
## Automatic update(on master branch)
## Automatic update (on master branch)
When a new version is available a little arrow appears in the mode-line.
@ -230,9 +230,10 @@ current version is older.
Click on the arrow to update Spacemacs to the last version.
## Manual update(on master branch)
## Manual update (on master branch)
(Remove the angle brackets when typing the lines below into your shell.)
```sh
git fetch
git reset --hard <tag version which you are updating to>