From 5967d07cacc6ad2e52e46f0575afc73b96b4e350 Mon Sep 17 00:00:00 2001 From: Shawn Allen Date: Tue, 30 Apr 2019 13:42:58 -0700 Subject: [PATCH] Update pages/css/getting-started/index.md Co-Authored-By: emplums --- pages/css/getting-started/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/css/getting-started/index.md b/pages/css/getting-started/index.md index 578d6cf27a..a622c72c6a 100644 --- a/pages/css/getting-started/index.md +++ b/pages/css/getting-started/index.md @@ -22,7 +22,7 @@ Begin by initializing your project with a `package.json` file. You can read more Install the Primer CSS npm package modules by running `npm install @primer/css`. This will install all of the SCSS source files into the `node_modules/@primer/css` directory. ``` -npm install primer --save +npm install @primer/css --save ``` ### For a Jekyll site