summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 8fd9ccec..78e71c61 100644
--- a/README
+++ b/README
@@ -17,8 +17,8 @@ Reading the docs
After installing::
cd doc
- sphinx-build.py . .build
- browser .build/index.html
+ sphinx-build . _build/html
+ browser _build/index.html
Or read them online at <http://sphinx.pocoo.org/>.