From 0cbdfefff39f1c8c2e325e488939f94b6b10ac4b Mon Sep 17 00:00:00 2001 From: Raheem <67774375+raheemadamboev@users.noreply.github.com> Date: Tue, 26 Nov 2024 16:31:06 +0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6a7dc7..8d8e912 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ dependencyResolutionManagement { } ``` -Install the library to the project in desired module's `build.gradle.kts` file. Replace with the actual version: +Install the library to the project in desired module's `build.gradle.kts` file. Replace `` with the actual version: ```kotlin implementation("com.github.raheemadamboev:check-internet-android:") ```