Skip to content

Commit 4029183

Browse files
ththedgurgel
authored andcommitted
fix syntax
1 parent 13c980f commit 4029183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ HTTPoison.request(
303303
:post,
304304
"https://myurl.com",
305305
{:multipart,
306-
[{"file", binary_file_content, {"form-data", [name: "file", filename: "a_file_name.txt"]}, []}]},
306+
[{:file, binary_file_content, {"form-data", [name: "file", filename: "a_file_name.txt"]}, []}]},
307307
headers,
308308
options
309309
)

0 commit comments

Comments
 (0)