From 91b213b528357ece9e306dd0eb257d47b43df6ca Mon Sep 17 00:00:00 2001 From: Jan van Iperen Date: Thu, 28 Apr 2016 13:42:14 +0200 Subject: [PATCH] incorrect npm command Line 164: added missing `run` part of the nam command. --- _docs/15-stylesheets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/15-stylesheets.md b/_docs/15-stylesheets.md index fb386bee..f0f4f5bf 100644 --- a/_docs/15-stylesheets.md +++ b/_docs/15-stylesheets.md @@ -161,7 +161,7 @@ To get started: **Note:** If you upgraded from a previous version of the theme be sure you copied over [`package.json`]({{ site.gh_repo }}/master/package.json) prior to running `npm install`. {: .notice--warning} -If all goes well, running `npm build:css` will process all SCSS files into `main.css`, which should then pipe through Autoprefixer. +If all goes well, running `npm run build:css` will process all SCSS files into `main.css`, which should then pipe through Autoprefixer. ``` Rendering Complete, saving .css file...