From e28c3e0aad3e05178cbb0041d1b1267c3e3b59b6 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Fri, 28 Feb 2014 18:08:43 -0500 Subject: [PATCH] Update README.markdown --- src/README.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/README.markdown b/src/README.markdown index e3f1f0e0c..b1fab7ec1 100644 --- a/src/README.markdown +++ b/src/README.markdown @@ -1,6 +1,6 @@ -## Quick and Dirty +## Quick and Dirty Set-up -1) You must rename your user folder from ``/themes/_site`` to ``themes/site`` to avoid library updates modifying your site's settings +1) Rename the site configuration folder from ``/themes/_site`` to ``themes/site`` to avoid library updates modifying your site's settings. 2) Rename your semantic config file from ``semantic.config.example`` to ``semantic.config`` @@ -18,7 +18,7 @@ To make development easier, Semantic has a built in grunt config for building yo You can also build the source files with any processor for LESS. Just keep in mind to customize ``site.variables`` with your asset paths for images and fonts. -For information on installing grunt (see their guide)[http://gruntjs.com/installing-grunt] +For information on installing grunt [see their guide](http://gruntjs.com/installing-grunt) ## Customizing Semantic