From d268325d7cec26d7933db8468cda05cfd9f8d2f3 Mon Sep 17 00:00:00 2001 From: David Hoepelman <992153+dhoepelman@users.noreply.github.com> Date: Mon, 11 Nov 2024 17:41:34 +0100 Subject: [PATCH] Update some links to other validation library (#161) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60c6c83..c0e5d5a 100644 --- a/README.md +++ b/README.md @@ -267,10 +267,11 @@ val requireCat = Validation { } ``` -### Other validation libraries written in Kotlin +### Other validation libraries for Kotlin -- Valikator: https://github.com/valiktor/valiktor +- Akkurate: https://akkurate.dev/docs/overview.html - Kalidation: https://github.com/rcapraro/kalidation +- Valikator: https://github.com/valiktor/valiktor ### Integration with testing libraries