Browse Source

docs: udpate spell error in README.md of semi-ui

pointhalo 4 years ago
parent
commit
71c92d0fe6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/semi-ui/README.md

+ 2 - 2
packages/semi-ui/README.md

@@ -2,10 +2,10 @@
 ## Install
 ```sh
 # with npm
-npm install semi-ui
+npm install @douyinfe/semi-ui
 
 # with yarn
-yarn add semi-ui
+yarn add @douyinfe/semi-ui
 
 ```