浏览代码

docs: udpate spell error in README.md of semi-ui (#93)

Co-authored-by: pointhalo <[email protected]>
pointhalo 4 年之前
父节点
当前提交
a4987659f2
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      packages/semi-ui/README.md

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

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