aboutsummaryrefslogtreecommitdiffstats
path: root/001-Setup.md
diff options
context:
space:
mode:
authorTeddy Wing2017-07-27 23:46:40 +0200
committerTeddy Wing2017-07-27 23:46:40 +0200
commit73e33aad45891b16c829330c1677cd8545721b48 (patch)
treed150ded92984cbb57dc8ed1883bc049ab0e3f863 /001-Setup.md
parent24b5d585bc0ef1ea54d30dc0b4a2c910659fe5da (diff)
downloadDeux-Scoops-Rails-Tutorial-73e33aad45891b16c829330c1677cd8545721b48.tar.bz2
001-Setup.md: Fix colons
Colons should be surrounded with spaces.
Diffstat (limited to '001-Setup.md')
-rw-r--r--001-Setup.md4
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