Skip to content

Commit 4e28dba

Browse files
committed
Formatting
1 parent bdd64fc commit 4e28dba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The framework is based on Java Servlet 3.0 and requires Java 8.
2424

2525
**Talk is cheap. Show me the code.**
2626

27-
1.1) Routes approach
27+
#### 1.1 Routes approach
2828

2929
Add some routes in your application:
3030

@@ -75,7 +75,7 @@ public class BasicApplication extends Application {
7575
}
7676
```
7777

78-
1.2) Controllers approach
78+
#### 1.2 Controllers approach
7979

8080
Define controller(s):
8181

@@ -121,7 +121,7 @@ public class BasicApplication extends ControllerApplication {
121121
}
122122
```
123123

124-
2) Start your application
124+
#### 2. Start your application
125125

126126
```java
127127
public class BasicDemo {

0 commit comments

Comments
 (0)