From d1fc1af63abaaa4886677536039d788cae4e7d17 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Mon, 6 Jun 2016 12:01:05 +0100 Subject: [PATCH] Minor docs tweaks. [ci skip] --- docs/tutorial/quickstart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial/quickstart.md b/docs/tutorial/quickstart.md index 5e3b522cc..0c9ddf8f2 100644 --- a/docs/tutorial/quickstart.md +++ b/docs/tutorial/quickstart.md @@ -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. - python ./manage.py runserver + python manage.py runserver 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]