Skip to content

Commit a9923a3

Browse files
committed
wording tweaks
1 parent 672f502 commit a9923a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
[![NPM version](http://img.shields.io/npm/v/primer-css.svg)](https://www.npmjs.org/package/primer-css)
44
[![Build Status](https://travis-ci.org/primer/primer-css.svg?branch=master)](https://travis-ci.org/primer/primer-css)
55

6-
Primer is the CSS framework that powers GitHub's front-end design. Primer-css includes 23 packages that are grouped into 3 core meta-packages for easy install. Each package and meta-package is independently versioned and distributed via NPM, so it's easy to include all or part of Primer within your own project.
6+
Primer is the CSS framework that powers GitHub's front-end design. Primer CSS includes 23 packages that are grouped into 3 core meta-packages for easy install. Each package and meta-package is independently versioned and distributed via NPM, so it's easy to include all or part of Primer within your own project.
77

88
## Packages
99

10-
The Primer repo is managed as a monorepo that is composed of many NPM packages.
10+
The Primer CSS repo is managed as a monorepo that is composed of many NPM packages.
1111

1212
### Core Packages
1313

@@ -38,7 +38,7 @@ You can also import specific portions of the module by importing those partials
3838

3939
## Build
4040

41-
For a compiled **css** version of this module, a npm script is included that will output a css version to `build/build.css` The built css file is also included in the npm package.
41+
For a compiled **CSS** version of this module, a NPM script is included that will output a CSS version to `build/build.css` The built CSS file is also included in the NPM package.
4242

4343
```
4444
$ npm run build

0 commit comments

Comments
 (0)