From 4d18415896555edbad62378591b3ad5afda074ef Mon Sep 17 00:00:00 2001 From: David Hoepelman Date: Mon, 11 Nov 2024 17:30:51 +0100 Subject: [PATCH] Update some links to other validation library --- 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