Fixed some typo's and formatting issues in remote api documentation.

This commit is contained in:
Thatcher Peskens 2013-08-05 15:55:40 -07:00 committed by Tibor Vass
parent 2216afb617
commit 22ab3ddc8a
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ Usage
* Change the `.rst` files with your favorite editor to your liking.
* Run `make docs` to clean up old files and generate new ones.
* Your static website can now be found in the `_build` directory.
* To preview what you have generated run `make server` and open <http://localhost:8000/> in your favorite browser.
* To preview what you have generated run `make server` and open http://localhost:8000/ in your favorite browser.
Working using GitHub's file editor
----------------------------------