Update README.md (#581)

* Update README.md

Clarify what's actually found in the release ZIP file.

* Update README.md

Correct my own darn misspelling.  :-p
This commit is contained in:
Chris Johnson 2016-07-20 15:28:34 -05:00 committed by Seth Bertalotto
parent a410eabd95
commit a6adc763fd

View File

@ -122,7 +122,7 @@ conventions of the files in the `build/` directory follow these rules:
* `*-min.css`: A minified file version of the files of the same name.
* `pure.css`: A rollup of all `[module].css` files in the `build/` dir. This is
a responsive roll-up of everything, non-minified.
a responsive roll-up of everything, non-minified. Note: does not contain responsive grids with @media queries.
* `pure-min.css`: Minified version of `pure.css` that should be used in
production.