Minor docs tweaks. [ci skip] (#4174)

This commit is contained in:
Tom Christie 2016-06-06 12:03:37 +01:00
parent 2712d4e5fe
commit b1035b2a87

View File

@ -130,7 +130,7 @@ Okay, we're done.
We're now ready to test the API we've built. Let's fire up the server from the command line. We're now ready to test the API we've built. Let's fire up the server from the command line.
python ./manage.py runserver python manage.py runserver
We can now access our API, both from the command-line, using tools like `curl`... We can now access our API, both from the command-line, using tools like `curl`...
@ -182,7 +182,7 @@ Or using the [httpie][httpie], command line tool...
} }
Or directly through the browser... Or directly through the browser, by going to the URL `http://127.0.0.1:8000/users/`...
![Quick start image][image] ![Quick start image][image]