Преглед на файлове

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`