From 5e64a2c5cbba6dfd2ff61a5c50b99201fd5e2203 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Wed, 14 Sep 2011 11:37:24 +0100 Subject: [PATCH] Edit README to say normalize should be used as an alternative to resets. Close #39 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ec6a303..c81c94a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,9 @@ What does it do? How to use it ----------- -It is suggested that you read through the `normalize.css` file and customise it to meet the design requirements of a project, rather blindly including it as a "black box". +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/).