From fa42e9c7f9a715a0a0f69081bbb6544ed926a49d Mon Sep 17 00:00:00 2001 From: Eugene Agafonov Date: Thu, 7 Sep 2017 01:41:22 +0300 Subject: [PATCH] Fixed typo. This closes #1 PR on GitHub. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 64b72719..bc3018a6 100644 --- a/README.md +++ b/README.md @@ -406,8 +406,8 @@ For example, this command generates a module called **py33.unit.so** for Python 3.3: ``` -# ./configure php --module=py33 \ - --config=python-config-3.3 +# ./configure python --module=py33 \ + --config=python-config-3.3 configuring Python module checking for Python ... found checking for Python version ... 3.3