WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit e4f989c

Browse files
authored
Fix typo in install.md for repositories section
1 parent 2370ea6 commit e4f989c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies {
1313
Step 1: Add it to your root build.gradle
1414
```
1515
allprojects {
16-
epositories {
16+
repositories {
1717
maven { url 'https://jitpack.io' }
1818
}
1919
}
@@ -24,4 +24,4 @@ Step 2: Add the dependency
2424
dependencies {
2525
implementation 'com.github.AmrDeveloper:CodeView:1.3.9'
2626
}
27-
```
27+
```

0 commit comments

Comments
 (0)