From 96644bd6c16f98a5e367d22fba8f147de1bd7f93 Mon Sep 17 00:00:00 2001 From: Kin Date: Tue, 16 Feb 2016 23:08:45 -0800 Subject: [PATCH] fix typo --- docs/tutorial/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/quickstart.md b/docs/tutorial/quickstart.md index 910eb4cff..5e3b522cc 100644 --- a/docs/tutorial/quickstart.md +++ b/docs/tutorial/quickstart.md @@ -157,7 +157,7 @@ We can now access our API, both from the command-line, using tools like `curl`.. Or using the [httpie][httpie], command line tool... - bash: http -a username:password123 http://127.0.0.1:8000/users/ + bash: http -a admin:password123 http://127.0.0.1:8000/users/ HTTP/1.1 200 OK ...