aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorNicolas Gallagher <nicolasgallagher@gmail.com>2012-07-08 23:43:00 +0100
committerNicolas Gallagher <nicolasgallagher@gmail.com>2012-07-08 23:43:00 +0100
commitb7579700ead7f94ddb07687e0ec8fbf8efc4ad93 (patch)
treed53df0e75fa876e6df14372c6464edd2f38a54cd /README.md
parent6de1f055d654643dd074e3c166f7ec5089c7d2e6 (diff)
downloadnormalize.css-b7579700ead7f94ddb07687e0ec8fbf8efc4ad93.tar.gz
normalize.css-b7579700ead7f94ddb07687e0ec8fbf8efc4ad93.zip
Minor copy and comment adjustments
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 11 insertions, 8 deletions
diff --git a/README.md b/README.md
index 5569bc8..6a24ef4 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,10 @@
normalize.css
=============
-Normalize.css is a customisable CSS file that makes browsers render all elements more consistently and in line with modern standards. We researched the differences between default browser styles in order to precisely target only the styles that need normalizing.
+Normalize.css is a customisable CSS file that makes browsers render all
+elements more consistently and in line with modern standards. We researched the
+differences between default browser styles in order to precisely target only
+the styles that need normalizing.
[Check out the demo](http://necolas.github.com/normalize.css/demo.html)
@@ -19,11 +22,9 @@ How to use it
Normalize.css is intended to be used as an alternative to CSS resets.
-It is suggested that you read through the `normalize.css` file and customise it to meet the design requirements of a project rather including it as a "black box".
-
-If you prefer to use a different CSS formatting style, consider using a tool like [Procssor](http://procssor.com/).
-
-If you would like to minify the file, you can use a tool like this [online CSS compressor using YUI Compressor](http://www.refresh-sf.com/yui/) or perform the minification as part of your build process.
+It's suggested that you read the `normalize.css` file and consider customising
+it to meet your needs. Alternatively, include the file in your project and
+override the defaults later in your CSS.
Browser support
-----------
@@ -37,7 +38,8 @@ Browser support
Contribute
-----------
-Please read the Wiki entry on [contributing to Normalize.css](https://github.com/necolas/normalize.css/wiki/contribute)
+Please read my [issue
+guidelines](https://github.com/necolas/issue-guidelines).
License
-----------
@@ -47,4 +49,5 @@ Public domain
Acknowledgements
------------
-Normalize.css is a project by [Nicolas Gallagher](http://github.com/necolas) and [Jonathan Neal](http://github.com/jonathantneal).
+Normalize.css is a project by [Nicolas Gallagher](http://github.com/necolas)
+and [Jonathan Neal](http://github.com/jonathantneal).