From 73272dcc66f889a6d93f5896963abd62c11db5f7 Mon Sep 17 00:00:00 2001 From: Robin Winslow Date: Tue, 26 Aug 2014 14:24:43 +0100 Subject: [PATCH] Update sass command in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 208945aedc4..3d38af47549 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Run site === ``` bash -sass --update templates/static/css/styles.scss & +sass --watch --debug-info templates/static/css/styles.scss & ./manage runserver ```