Skip to content

Commit

Permalink
Merge pull request #27 from abdokhaire/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
whatwewant authored Jul 26, 2024
2 parents b1946f8 + bfc7540 commit 9fcebf2
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 @@ -120,7 +120,7 @@ import (
)

func main() {
response, _ := fetch.Post("https://httpbin.zcorky.com/post", &fetch.Config{
response, err := fetch.Post("https://httpbin.zcorky.com/post", &fetch.Config{
Body: map[string]interface{}{
"foo": "bar",
"foo2": "bar2",
Expand Down

0 comments on commit 9fcebf2

Please sign in to comment.