Skip to content

Commit 111ccaf

Browse files
authored
Update getting-started.md
1 parent f1b69fc commit 111ccaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Using a JVM dependency manager, simply link `graphql-kotlin-schema-generator` to
3030
version and other examples in [Sonatype Central
3131
Repository](https://search.maven.org/artifact/com.expediagroup/graphql-kotlin-schema-generator)
3232

33-
With Maven:
33+
### Maven
3434

3535
```xml
3636
<dependency>
@@ -40,7 +40,7 @@ With Maven:
4040
</dependency>
4141
```
4242

43-
With Gradle:
43+
### Gradle
4444

4545
```groovy
4646
compile(group: 'com.expediagroup', name: 'graphql-kotlin-schema-generator', version: "$latestVersion")

0 commit comments

Comments
 (0)