From b1001992871899d0e40899a5a1a9e4d310108885 Mon Sep 17 00:00:00 2001 From: Alex Loddengaard Date: Wed, 27 Jul 2016 16:21:33 -0700 Subject: [PATCH] MINOR: typos in the README -- setup.by. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 23bf7ea12..d166a4659 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Install Build ===== - $ python setup.by build + $ python setup.py build If librdkafka is installed in a non-standard location provide the include and library directories with: @@ -103,6 +103,6 @@ Install sphinx and sphinx_rtd_theme packages and then: or: - $ python setup.by build_sphinx + $ python setup.py build_sphinx Documentation will be generated in `docs/_build/`.