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 +```