Skip to content

Commit b05d42c

Browse files
committed
DOC:correct package name
1 parent 304f8e0 commit b05d42c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ We will keep active maintain.
1919
## Install
2020

2121
```shell
22-
npm install -D class-names-loader
22+
npm install -D @ecomfe/class-names-loader
2323
```
2424

2525
## Auto binding
@@ -49,7 +49,7 @@ A traditional webpack configuration looks like:
4949
test: /\.css$/,
5050
use: [
5151
{
52-
loader: 'class-names-loader',
52+
loader: '@ecomfe/class-names-loader',
5353
options: {
5454
// options
5555
},
@@ -91,7 +91,7 @@ This is especially useful when you create a custom build tool and want to encaps
9191
```js
9292
// Build tool with class-names-loader and classnames installed locally
9393
{
94-
loader: require.resolve('class-names-loader'),
94+
loader: require.resolve('@ecomfe/class-names-loader'),
9595
options: {
9696
classNamesModule: require.resolve('classnames'),
9797
},

0 commit comments

Comments
 (0)