plumatic / plumbing

Prismatic's Clojure(Script) utility belt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in the Readme

felipecc opened this issue · comments

There is a real error, only the syntax is wrong. In the topic Fnk syntax example is wrong:

(fn [{: keys [a]: or {2}])

the correct would be:

(fn [{: keys [a]: or {2}}])

Excuse me for bad English.

Thank you very much

Fixed, thanks for the report!