瀏覽代碼

phpize: changed bullets

Hayden Schiff 9 年之前
父節點
當前提交
4a89cfeafe
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      pages/common/phpize.md

+ 2 - 2
pages/common/phpize.md

@@ -2,10 +2,10 @@
 
 > Prepare a PHP extension for compiling.
 
-* Prepare the PHP extension in the current directory for compiling:
+- Prepare the PHP extension in the current directory for compiling:
 
 `phpize`
 
-* Delete files previously created by phpize:
+- Delete files previously created by phpize:
 
 `phpize --clean`