lancepantz / clj-yaml

YAML encoding and decoding for Clojure via SnakeYAML
Other
91 stars 52 forks source link

Fix for README #7

Open garethr opened 12 years ago

garethr commented 12 years ago

At least with Clojure 1.3 and Lein 1.7.1 use of "clj-yaml" as a string throws an exception:java.lang.String cannot be cast to clojure.lang.Named. Also updated the version number in the README to the latest released version.

vbauer commented 10 years ago

:+1: