Skip to content

Commit fa42e9c

Browse files
committed
Fixed typo.
This closes #1 PR on GitHub.
1 parent d87a4fb commit fa42e9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,8 +406,8 @@ For example, this command generates a module called **py33.unit.so** for
406406
Python 3.3:
407407
408408
```
409-
# ./configure php --module=py33 \
410-
--config=python-config-3.3
409+
# ./configure python --module=py33 \
410+
--config=python-config-3.3
411411
configuring Python module
412412
checking for Python ... found
413413
checking for Python version ... 3.3

0 commit comments

Comments
 (0)