From 7ee4b9477077553ff069aa52cb5f2e53d5ba918b Mon Sep 17 00:00:00 2001 From: Alexander Goussas Date: Tue, 30 Dec 2025 08:06:33 -0500 Subject: [PATCH] add instruction to add library to readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c539530..dae5f39 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,14 @@ the [wiki](https://github.com/aloussase/configvalidator/wiki). ## Usage +Add the library dependency: + +```kotlin +dependencies { + implementation("io.github.aloussase:configvalidator:0.2.0") +} +``` + The library is highly configurable to: - **Pull configuration variables** from different sources -- 2.43.0