aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/README.md b/python/README.md
index 5b962d0..6f5ce24 100644
--- a/python/README.md
+++ b/python/README.md
@@ -7,7 +7,7 @@ This directory contains the code for the Python `brotli` module,
To build the module, execute the following from the root project
directory:
- $ python setup.py build_ext
+ $ python setup.py build
To test the module, execute the following from the root project
directory: