From 4a89cfeafe89af2e4a2f2ff063b51ef4dd8e8419 Mon Sep 17 00:00:00 2001 From: Hayden Schiff Date: Fri, 5 Feb 2016 11:00:30 -0500 Subject: [PATCH] phpize: changed bullets --- pages/common/phpize.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/phpize.md b/pages/common/phpize.md index c67a0a6f16..e765701672 100644 --- a/pages/common/phpize.md +++ b/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`