Fix MD026 Trailing punctuation in header on dev test setup markdown files

This commit is contained in:
Bertocq
2017-06-15 23:58:19 +02:00
parent fbb74a4d05
commit 2a339e2155
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ The preferred method is via rvm:
(only the multi user option installs all dependencies automatically, as we use 'sudo'.) (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 curl -L https://get.rvm.io | bash -s stable

View File

@@ -16,13 +16,13 @@ El método recomendado es via rvm:
(sólo la opción multiusuario instala todas las dependencias automáticamente, al usar 'sudo'.) (sólo la opción multiusuario instala todas las dependencias automáticamente, al usar 'sudo'.)
### Como usuario local: ### Como usuario local
``` ```
curl -L https://get.rvm.io | bash -s stable curl -L https://get.rvm.io | bash -s stable
``` ```
### Para todos los usuarios del sistema: ### Para todos los usuarios del sistema
``` ```
curl -L https://get.rvm.io | sudo bash -s stable curl -L https://get.rvm.io | sudo bash -s stable