Skip to content

Commit 29aa5dc

Browse files
Update Readme.md
1 parent b07da9b commit 29aa5dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ The first step is to prepare your Android Studio's 'build.gradle' files (Project
2626

2727
<b>Project level</b>
2828

29-
Insert in 'allprojects' the following line:
29+
Under 'allprojects' insert the following line:
3030

3131
maven { url 'https://jitpack.io' }
3232

3333

3434
<b>Module level (usually your 'app'- module)</b>
3535

36-
Insert in 'dependencies' this line:
36+
Under 'dependencies' insert this line:
3737

3838
implementation 'com.github.codingbychanche:FileDialogTool:master-SNAPSHOT'
3939

0 commit comments

Comments
 (0)