From cb4c0285252b0c10f301308fe2fcabfb9c2586de Mon Sep 17 00:00:00 2001 From: evilebottnawi Date: Mon, 29 Oct 2018 17:49:14 +0300 Subject: [PATCH] docs: update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d036994f..e19edd54 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ And run `webpack` via your preferred method. ### `toString` -You can also use the css-loader results directly as string, such as in Angular's component style. +You can also use the css-loader results directly as a string, such as in Angular's component style. **webpack.config.js** @@ -182,7 +182,7 @@ In addition to that relative paths are buggy and you need to use an absolute pub Type: `Number` Default: `0` -Option `importLoaders` allows to configure how many loaders before `css-loader` should be applied to `@import`ed resources. +Option `importLoaders` allows you to configure how many loaders before `css-loader` should be applied to `@import`ed resources. **webpack.config.js** @@ -203,7 +203,7 @@ Option `importLoaders` allows to configure how many loaders before `css-loader` } ``` -This may change in the future, when the module system (i. e. webpack) supports loader matching by origin. +This may change in the future when the module system (i. e. webpack) supports loader matching by origin. ## Examples