]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
remove obsolete bower command, fix small typo 10959/head
authorDaniel Ruf <daniel@daniel-ruf.de>
Tue, 20 Feb 2018 20:43:57 +0000 (21:43 +0100)
committerDaniel Ruf <daniel@daniel-ruf.de>
Tue, 20 Feb 2018 20:43:57 +0000 (21:43 +0100)
docs/pages/starter-projects.md

index be07ff93570ee093f4479c733c4df12aebc8ec7c..196953a0930a6f899f28777dbf11436cefe54fe8 100644 (file)
@@ -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