r0man / cljs-http

A ClojureScript HTTP library.
582 stars 93 forks source link

README probably has a typo #125

Open veer66 opened 4 years ago

veer66 commented 4 years ago

According to README:

(let [progress-channel (async/chan)]
  (http/post "http://example.com" {:multipart-params [["key1" "value1"] ["my-file" my-file]] :progress progress-chan}))

:progress progress-chan should be :progress progress-channel, shouldn't it?