luminus-framework/luminus

Input validation doc

NOBLES5E opened this issue · 1 comments

Hello

(st/validate {:band "MONO" :album "Hymn to the Immortal Wind" :year 2009} album-schema)
;; => true

This line does not seem correct to me

Thanks, it should be st/valid?. I updated the docs.