cch1 / http.async.client

Async Http Client - Clojure
http://cch1.github.com/http.async.client
267 stars 40 forks source link

Error in documentation for follow-redirects #43

Closed eobrain closed 11 years ago

eobrain commented 11 years ago

Hi. Nice work on this library!

I found a small error in the documentation at http://neotyk.github.com/http.async.client/docs.html#sec-2-6-3

You have

(http/create-client {:follow-redirects true})

but it should be

(http/create-client :follow-redirects true)
neotyk commented 11 years ago

Fixed, thanks for catching it!