From 1f6e935d12dce76ea0facaf90374ac9600a147f3 Mon Sep 17 00:00:00 2001 From: "Achim D. Brucker" Date: Tue, 4 Sep 2018 00:07:26 +0100 Subject: [PATCH] Fixed typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0320ca1..9f234f4 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ bundle install --path vendor/bundle ### Starting the server To make exploration of the app a bit easier, we run DVGM in development mode. -This means that +This means that * on errors, rails will return a detailed debug page, and * changed source files will automatically be picked up, without needing to