Skip to content

Commit

Permalink
chore: fix readme formatting issue
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Kanoldt <[email protected]>
  • Loading branch information
sassman committed Aug 16, 2022
1 parent 53447e9 commit c5dcb27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
- ☑️ pass all arguments after `--` to curl, that makes drop-in-replacement possible
- ☑️ execute a bookmarked request
- ☑️ special placeholder variables that would interact with the user
- ☑️ prompt for a password as `{{ prompt_password() }}
- ☑️ prompt for a password as `{{ prompt_password() }}`
`curlz r https://api.github.com/user -- -u "{{ username }}:{{ prompt_password() }}"`
- ☑️ prompt for interactive input with a label as `{{ prompt_for("Username") }}` or `{{ prompt_for("Birthdate") }}`
`curlz -- -u "{{ prompt_for("Username") }}:{{ prompt_password() }}" https://api.github.com/user`
Expand Down

0 comments on commit c5dcb27

Please sign in to comment.