Skip to content

Commit

Permalink
Using properly generater variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
Poetro committed Jul 13, 2017
1 parent 102f393 commit cbd33c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ environment and assign the value to a parameter::
# "secret_api_key".
> password==`cat ./apikey.txt`
> httpie
http http://localhost:8000 apikey==secret_api_key
http http://localhost:8000 password==secret_api_key


Configuration
Expand Down

0 comments on commit cbd33c8

Please sign in to comment.