Skip to content

Commit

Permalink
fix doc error
Browse files Browse the repository at this point in the history
  • Loading branch information
lxzan committed Jul 15, 2019
1 parent ef32544 commit ab12a32
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 @@ -16,7 +16,7 @@ hasaki.
// GET http://127.0.0.1:8080/server.php?hello%5B%5D=world&hello%5B%5D=%E8%BF%9E%E7%BB%AD%E6%80%A7&me=lxzan
hasaki.
Get("http://127.0.0.1:8080/server.php", nil).
Send(hasaki.JSON{
Send(hasaki.Any{
"hello": []string{"world", "连续性"},
"me": "lxzan",
})
Expand Down

0 comments on commit ab12a32

Please sign in to comment.