diff options
author | Eugene Agafonov <e.a.agafonov@gmail.com> | 2017-09-07 01:41:22 +0300 |
---|---|---|
committer | Eugene Agafonov <e.a.agafonov@gmail.com> | 2017-09-07 01:41:22 +0300 |
commit | fa42e9c7f9a715a0a0f69081bbb6544ed926a49d (patch) | |
tree | 6e114ee34dce164ab4de24c5fb4877e6f3df532c /README.md | |
parent | d87a4fb642ed4588483e65cd74a83b0cec7e8d29 (diff) | |
download | unit-fa42e9c7f9a715a0a0f69081bbb6544ed926a49d.tar.gz unit-fa42e9c7f9a715a0a0f69081bbb6544ed926a49d.tar.bz2 |
Fixed typo.
This closes #1 PR on GitHub.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |