README.md in compass-normalize-1.4.1 vs README.md in compass-normalize-1.4.2
- old
+ new
@@ -40,21 +40,21 @@
```
To use the normalize plugin, just import and include normalize:
```scss
-@import normalize;
+@import "normalize";
```
You can also just import parts you need:
```scss
@import 'normalize/html5';
@import 'normalize/base';
@import 'normalize/links';
@import 'normalize/typography';
-@import 'normalize/lists'; // Only for legacy suport (see below).
+@import 'normalize/lists'; // Only for legacy support (see below).
@import 'normalize/embeds';
@import 'normalize/figures';
@import 'normalize/forms';
@import 'normalize/tables';
```
@@ -107,6 +107,6 @@
For more information, please refer to [The Unlicense](http://unlicense.org/)
### Major components:
-* [normalize.css](http://necolas.github.com/normalize.css/): Public domain
\ No newline at end of file
+* [normalize.css](http://necolas.github.com/normalize.css/): Public domain