]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Use pull request #10959 from DanielRuf/docs/remove-bower-install for v6.5.0
authorDaniel Ruf <daniel@daniel-ruf.de>
Sat, 16 Jun 2018 07:18:45 +0000 (09:18 +0200)
committerNicolas Coden <nicolas@ncoden.fr>
Sat, 16 Jun 2018 07:18:45 +0000 (09:18 +0200)
479c35eef remove obsolete bower command, fix small typo

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
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