Ver Fonte

Some styling and wording fixes in README.md

python -> Python where appropriate.
(cherry picked from commit 8d4a6f4b0ee16763ecd4c1467b62f4b228a271bc)
Hugo Locurcio há 8 anos atrás
pai
commit
a97a95aa42
1 ficheiros alterados com 4 adições e 3 exclusões
  1. 4 3
      README.md

+ 4 - 3
README.md

@@ -48,6 +48,7 @@ pip3 install sphinx_rtd_theme
 ```
 
 You can then build the HTML documentation from the root folder of this repository with:
+
 ```sh
 make html
 ```
@@ -58,9 +59,9 @@ You can then test the changes live by opening `_build/html/index.html` in your f
 ### Building with Sphinx on Windows
 
 On Windows, you need to: 
-* Download the python installer [here](https://www.python.org/downloads/).
-* Install python. Don't forget to check the "Add python to PATH" box.
-* Use the above pip commands.
+* Download the Python installer [here](https://www.python.org/downloads/).
+* Install Python. Don't forget to check the "Add Python to PATH" box.
+* Use the above `pip` commands.
 
 Building is still done at the root folder of this repository, but with this command line instead:
 ```sh