metosin / malli

High-performance data-driven data specification library for Clojure/Script.
Eclipse Public License 2.0
1.44k stars 204 forks source link

Update README.md #995

Closed eploko closed 5 months ago

eploko commented 5 months ago

Fixed a typo in key names in the UnionMaps example snippet.

The example had me scratch my head a little as there was a typo. The combined schema used to verify a map with both :x and :y keys, while the schema only had descriptions for :x.

ikitommi commented 5 months ago

Thanks!