From 56828304938fb689f96455f85ae10faaed8d67a0 Mon Sep 17 00:00:00 2001 From: Alex Ordonez Date: Fri, 16 May 2014 16:20:58 -0400 Subject: [PATCH] Update install.haml ``` $ compass create myproject directory myproject/ directory myproject/sass/ directory myproject/stylesheets/ create myproject/config.rb create myproject/sass/screen.scss create myproject/sass/print.scss create myproject/sass/ie.scss create myproject/stylesheets/print.css create myproject/stylesheets/screen.css create myproject/stylesheets/ie.css ``` --- doc-src/content/install.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc-src/content/install.haml b/doc-src/content/install.haml index 1831c54163..ec5b68aa1d 100644 --- a/doc-src/content/install.haml +++ b/doc-src/content/install.haml @@ -53,8 +53,8 @@ body_id: install using %input#sassdir(placeholder="sass") for the sass source directory, - %input#cssdir(placeholder="css") - for the css output directory, + %input#cssdir(placeholder="stylesheets") + for the stylesheets output directory, %input#jsdir(placeholder="javascripts") for the javascripts directory, and