Skip to content

Commit e534d9a

Browse files
authored
fix: wrong doc
1 parent 9b2f5c2 commit e534d9a

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
@@ -10,13 +10,13 @@ Adds the ability for less to set alias imports. Especially to handle usage like
1010

1111
```shell
1212
# use npm
13-
npm install babel-plugin-module-resolver
13+
npm install less-plugin-module-resolver
1414

1515
# use yarn
16-
yarn add babel-plugin-module-resolver
16+
yarn add less-plugin-module-resolver
1717

1818
# use pnpm
19-
pnpm install babel-plugin-module-resolver
19+
pnpm install less-plugin-module-resolver
2020
```
2121

2222
## Usage

0 commit comments

Comments
 (0)