Skip to content

Commit 26454c5

Browse files
committed
reorganized instructions
1 parent ca3aa3a commit 26454c5

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ It is inspired by ktor Locations, but makes no use of it.
2323

2424
### Gradle
2525

26-
#### Step 1. Add the JitPack repository to your build file
27-
28-
Add it in your root build.gradle at the end of repositories:
26+
Step 1. Add the JitPack repository to your build file
2927
```
3028
allprojects {
3129
repositories {
@@ -34,9 +32,7 @@ allprojects {
3432
}
3533
}
3634
```
37-
38-
#### Step 2. Add the dependency
39-
35+
Step 2. Add the dependency
4036
```
4137
dependencies {
4238
implementation 'com.github.papsign:Ktor-OpenAPI-Generator:-SNAPSHOT'

0 commit comments

Comments
 (0)