Fix MD018 No space after hash on atx style header on markdown files

This commit is contained in:
Bertocq
2017-06-15 23:54:45 +02:00
parent 42b7fefe17
commit 5ce3713907
2 changed files with 4 additions and 4 deletions

View File

@@ -16,12 +16,12 @@ The preferred method is via rvm:
(only the multi user option installs all dependencies automatically, as we use 'sudo'.)
###as local user:
### As local user:
```
curl -L https://get.rvm.io | bash -s stable
```
###for all system users
### For all system users
```
curl -L https://get.rvm.io | sudo bash -s stable