Ver código fonte

zh-cn doc update

viest 7 anos atrás
pai
commit
6d14a706d8
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      README_zh.md

+ 3 - 3
README_zh.md

@@ -44,7 +44,7 @@ phpize && ./configure --with-php-config=/path/to/php-config
 
 make && make install
 
-# 添加 extension = excel_writer.so 到 ini 配置
+# 添加 extension = xlswriter.so 到 ini 配置
 ```
 
 ##### Mac
@@ -64,7 +64,7 @@ phpize && ./configure --with-php-config=/path/to/php-config
 
 make && make install
 
-# 添加 extension = excel_writer.so 到 ini 配置
+# 添加 extension = xlswriter.so 到 ini 配置
 ```
 
 #### Windows
@@ -106,7 +106,7 @@ cd PHP_PATH
 
 buildconf.bat
 
-configure.bat --disable-all --enable-cli --with-excel_writer
+configure.bat --disable-all --enable-cli --with-xlswriter
 
 nmake
 ```