diff --git a/README.md b/README.md index d558fcbb..4c93db5f 100644 --- a/README.md +++ b/README.md @@ -94,15 +94,15 @@ It's useful when you, for instance, need to post process the CSS as a string. |Name|Type|Default|Description| |:--:|:--:|:-----:|:----------| -|**`root`**|`{String}`|`/`|Path to resolve URLs, URLs starting with `/` will not be translated| -|**`url`**|`{Boolean}`|`true`| Enable/Disable `url()` handling| -|**`alias`**|`{Object}`|`{}`|Create aliases to import certain modules more easily| -|**`import`** |`{Boolean}`|`true`| Enable/Disable @import handling| -|**`modules`**|`{Boolean}`|`false`|Enable/Disable CSS Modules| -|**`minimize`**|`{Boolean\|Object}`|`false`|Enable/Disable minification| -|**`sourceMap`**|`{Boolean}`|`false`|Enable/Disable Sourcemaps| -|**`camelCase`**|`{Boolean\|String}`|`false`|Export Classnames in CamelCase| -|**`importLoaders`**|`{Number}`|`0`|Number of loaders applied before CSS loader| +|**[`root`](#root)**|`{String}`|`/`|Path to resolve URLs, URLs starting with `/` will not be translated| +|**[`url`](#url)**|`{Boolean}`|`true`| Enable/Disable `url()` handling| +|**[`alias`](#alias)**|`{Object}`|`{}`|Create aliases to import certain modules more easily| +|**[`import`](#import)** |`{Boolean}`|`true`| Enable/Disable @import handling| +|**[`modules`](#modules)**|`{Boolean}`|`false`|Enable/Disable CSS Modules| +|**[`minimize`](#minimize)**|`{Boolean\|Object}`|`false`|Enable/Disable minification| +|**[`sourceMap`](#sourcemap)**|`{Boolean}`|`false`|Enable/Disable Sourcemaps| +|**[`camelCase`](#camelcase)**|`{Boolean\|String}`|`false`|Export Classnames in CamelCase| +|**[`importLoaders`](#importloaders)**|`{Number}`|`0`|Number of loaders applied before CSS loader| |**`localIdentName`**|`{String}`|`[hash:base64]`|Configure the generated ident| ### `root`