diff options
| author | Teddy Wing | 2017-07-27 23:46:40 +0200 |
|---|---|---|
| committer | Teddy Wing | 2017-07-27 23:46:40 +0200 |
| commit | 73e33aad45891b16c829330c1677cd8545721b48 (patch) | |
| tree | d150ded92984cbb57dc8ed1883bc049ab0e3f863 | |
| parent | 24b5d585bc0ef1ea54d30dc0b4a2c910659fe5da (diff) | |
| download | Deux-Scoops-Rails-Tutorial-73e33aad45891b16c829330c1677cd8545721b48.tar.bz2 | |
001-Setup.md: Fix colons
Colons should be surrounded with spaces.
| -rw-r--r-- | 001-Setup.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/001-Setup.md b/001-Setup.md index 7dc10ca..4aa944a 100644 --- a/001-Setup.md +++ b/001-Setup.md @@ -1,11 +1,11 @@ Setup ===== -1. Créez une nouvelle application Rails: +1. Créez une nouvelle application Rails : $ rails new deux_scoops --database postgresql --skip-test -2. Remplacez le contenu de `bin/setup` avec: +2. Remplacez le contenu de `bin/setup` avec : #!/bin/sh |
