diff --git a/README.md b/README.md index b60f824e..7db3fc1f 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ module.exports = { | **[`localsConvention`](#localsconvention)** | `{String}` | `'asIs'` | Style of exported classnames | | **[`onlyLocals`](#onlylocals)** | `{Boolean}` | `false` | Export only locals | | **[`esModule`](#esmodule)** | `{Boolean}` | `false` | Use ES modules syntax | -| **[`exportNamed`](#exportNamed)** | `{Boolean}` | `false` | Use ES modules named export | +| **[`namedExport`](#namedExport)** | `{Boolean}` | `false` | Use ES modules named export | ### `url`