clojusc / meson

Clojure Client Library for the Mesos HTTP API
Apache License 2.0
9 stars 10 forks source link

Fix Typo in Usage Section of the Project Readme. #83

Closed wdhowe closed 4 years ago

wdhowe commented 4 years ago

The Usage section of the project Readme has a typo. The def result form is missing a trailing parenthesis.

(def result (async/<!! channel))
(pprint result)

I will submit a pull request to fix this.

wdhowe commented 4 years ago

Issue resolved via pull request #84