Skip to content

Commit

Permalink
Update pages/css/getting-started/index.md
Browse files Browse the repository at this point in the history
Co-Authored-By: emplums <emplums@github.com>
  • Loading branch information
shawnbot and emplums committed Apr 30, 2019
1 parent 57f7261 commit 5967d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/css/getting-started/index.md
Expand Up @@ -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
Expand Down

0 comments on commit 5967d07

Please sign in to comment.