From e4f989c00531ab3a65e34620a971e00e7605c18f Mon Sep 17 00:00:00 2001 From: Krishanu <36711704+krishzzi@users.noreply.github.com> Date: Thu, 13 Nov 2025 10:26:14 +0530 Subject: [PATCH] Fix typo in install.md for repositories section --- docs/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install.md b/docs/install.md index ff11948..5c65a09 100644 --- a/docs/install.md +++ b/docs/install.md @@ -13,7 +13,7 @@ dependencies { Step 1: Add it to your root build.gradle ``` allprojects { - epositories { + repositories { maven { url 'https://jitpack.io' } } } @@ -24,4 +24,4 @@ Step 2: Add the dependency dependencies { implementation 'com.github.AmrDeveloper:CodeView:1.3.9' } -``` \ No newline at end of file +```