From 14b92a005873ac910ef9175eef23389e07693adf Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 6 Sep 2017 20:39:33 +0300 Subject: [PATCH] README: using entities. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index da2bdfbe..c153fa99 100644 --- a/README.md +++ b/README.md @@ -331,9 +331,9 @@ have customized), repeat the following command for each one: where - * `--module` sets the filename prefix for the Unit module specific to the - PHP version (that is, the resulting module is called - .**unit.so**). + * `--module` sets the filename prefix for the Unit module specific + to the PHP version (that is, the resulting module is called + <prefix>.**unit.so**). * `--config` specifies the filename of the **php-config** script for the particular version of PHP. @@ -374,9 +374,9 @@ have customized), repeat the following command for each one: where - * `--module` sets the filename prefix for the Unit module specific to the - Python version (that is, the resulting modules is called - .**unit.so**). + * `--module` sets the filename prefix for the Unit module specific + to the Python version (that is, the resulting modules is called + <prefix>.**unit.so**). * `--config` specifies the filename of the **python-config** script for the particular version of Python.