Skip to content

Commit d63dea6

Browse files
authored
fix: typo
1 parent 53cb98b commit d63dea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ For Example:
125125
```javascrit
126126
// .babelrc
127127
"plugins": [
128-
["import", { "libraryName": "antd", "libraryDirectory": "lib"}, "ant"],
128+
["import", { "libraryName": "antd", "libraryDirectory": "lib"}, "antd"],
129129
["import", { "libraryName": "antd-mobile", "libraryDirectory": "lib"}, "antd-mobile"]
130130
]
131131
```

0 commit comments

Comments
 (0)