Commit 96644bd6 by Kin

fix typo

parent 79dad012
...@@ -157,7 +157,7 @@ We can now access our API, both from the command-line, using tools like `curl`.. ...@@ -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... 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 HTTP/1.1 200 OK
... ...
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment