Selaa lähdekoodia

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

Co-authored-by: pointhalo <[email protected]>
pointhalo 4 vuotta sitten
vanhempi
sitoutus
a4987659f2
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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
 
 ```