From 87a8bf3520cfd0442baa2b6b083f40d6ea233f49 Mon Sep 17 00:00:00 2001 From: Andreas Ganske Date: Fri, 15 Jun 2012 02:19:19 +0300 Subject: [PATCH] Removed double "the" in section "Quick Start - Step 2" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cbc76305..aca0741b4 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ looking to contribute to D*. This script assumes you have [a basic Rails setup ``` -### Step 2: Run the the development server +### Step 2: Run the development server ``` rails s ```