From: Daniel Ruf Date: Tue, 20 Feb 2018 20:43:57 +0000 (+0100) Subject: remove obsolete bower command, fix small typo X-Git-Tag: v6.6.0~41^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10959%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git remove obsolete bower command, fix small typo --- diff --git a/docs/pages/starter-projects.md b/docs/pages/starter-projects.md index be07ff935..196953a09 100644 --- a/docs/pages/starter-projects.md +++ b/docs/pages/starter-projects.md @@ -27,7 +27,7 @@ You can manually install the template with: # Download the template with Git git clone https://github.com/zurb/foundation-sites-template projectname -# Move to the project folter, and install dependencies +# Move to the project folder, and install dependencies cd projectname npm install @@ -59,10 +59,9 @@ You can manually install the template with: # Download the ZURB template with Git git clone https://github.com/zurb/foundation-zurb-template projectname -# Move to the project folter, and install dependencies +# Move to the project folder, and install dependencies cd projectname npm install -bower install # Build the project npm start