Преглед изворни кода

chore: change bin exec name

DaiQiangReal пре 4 година
родитељ
комит
1b4df499a6
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      packages/semi-scss-compile/README.md

+ 2 - 2
packages/semi-scss-compile/README.md

@@ -15,11 +15,11 @@ There are mainly the following two usage scenarios:
 ```shell
 npm i -g @douyinfe/semi-scss-compile
 
-semiScssCompile --foundation="path/to/foundation" --theme="path/to/theme" --output="path/to/output.css" --min=true
+semi-build-scss --foundation="path/to/foundation" --theme="path/to/theme" --output="path/to/output.css" --min=true
 
 # or for short
 
-semiScssCompile -f "path/to/foundation" -t "path/to/theme" -o "path/to/output.css" -m true
+semi-build-scss -f "path/to/foundation" -t "path/to/theme" -o "path/to/output.css" -m true
 
 ```