konform-kt / konform

Portable validations for Kotlin
https://www.konform.io
MIT License
652 stars 39 forks source link

Fix mistype in README #16

Closed simonenkoi closed 4 years ago

simonenkoi commented 4 years ago

Closes: #15

simonenkoi commented 4 years ago

I have "must be at least '0'" message instead of "must be equal or greater than 0". Should I fix it too or am I doing something wrong?

nlochschmidt commented 4 years ago

Thanks for your contribution.

You are right, the README is not completely accurate in that regard. If you could also change the second message that would be nice. I'll merge it in afterwards.

simonenkoi commented 4 years ago

Done. Thank you for your work. It's really awesome. JFYI, I've merged integration for your library to 4.0 version of KotlinTest: https://github.com/kotlintest/kotlintest/pull/1158

simonenkoi commented 4 years ago

@nlochschmidt can we merge it?