From 2dfcc5b217016f986a67538f40439ab34862498a Mon Sep 17 00:00:00 2001 From: Alex Henning Johannessen Date: Sun, 28 Aug 2011 14:30:07 +0100 Subject: [PATCH] [docs] :: fixed typo --- readme.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.markdown b/readme.markdown index e215791777..9c9d86efa8 100644 --- a/readme.markdown +++ b/readme.markdown @@ -34,7 +34,7 @@ Sphinx is a Python tool we use to create the FubuMVC documentation. It requires 1. Install Python from [python.org](http://python.org/download) (Preferrably 2.7) 1. Add the Python /Scripts directory to the PATH (i.e. c:\Python27\Scripts) 1. On 32 Bit Windows simply run `easy_install -U Sphinx` -1. On 64 Bit Widnows, follow these [instructions to get easy_install installed](http://pypi.python.org/pypi/setuptools), then run `easy_install -U Sphinx` +1. On 64 Bit Windows, follow these [instructions to get easy_install installed](http://pypi.python.org/pypi/setuptools), then run `easy_install -U Sphinx` 1. Then test that `sphinx_build` is available, and you're done. Building the Documentation