Skip to content

Commit e8334d0

Browse files
authored
Update README.md
1 parent 93eca1f commit e8334d0

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ to generate adapter code for Javalin and Helidon SE/Nima.
1111
- Lightweight as in 65Kb library + generated source code
1212
- Full use of Javalin or Helidon SE/Nima as desired
1313

14-
## Quick Start
15-
16-
#### 1. Add dependencies
14+
## Add dependencies
1715
```xml
1816
<dependency>
1917
<groupId>io.avaje</groupId>
@@ -26,7 +24,7 @@ to generate adapter code for Javalin and Helidon SE/Nima.
2624
<version>${avaje.http.version}</version>
2725
</dependency>
2826
```
29-
#### 2. Add the generator module for your desired microframework as a annotation processor.
27+
#### Add the generator module for your desired microframework as a annotation processor.
3028

3129
```xml
3230
<!-- Annotation processors -->
@@ -67,7 +65,7 @@ If there are other annotation processors and they are specified via <i>maven-com
6765
</configuration>
6866
</plugin>
6967
```
70-
#### 3. Define a Controller (These APT processors work with both Java and Kotlin.)
68+
## Define a Controller (These APT processors work with both Java and Kotlin.)
7169
```java
7270
package org.example.hello;
7371

0 commit comments

Comments
 (0)