Skip to content

Commit

Permalink
http: add missing backtick
Browse files Browse the repository at this point in the history
  • Loading branch information
fazlearefin committed Aug 25, 2024
1 parent 49c6c56 commit abdf16a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/common/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@

- Upload a file to a form (example below assumes form field is `<input type="file" name="cv" />`):

`http --form {{POST}} {{https://example.com/upload}} {{cv@path/to/file}}
`http --form {{POST}} {{https://example.com/upload}} {{cv@path/to/file}}`

0 comments on commit abdf16a

Please sign in to comment.