Skip to content

Commit 317537e

Browse files
authored
Merge pull request aol#315 from bryant1410/master
Fix broken headings in Markdown files
2 parents 09e9e5c + cebfc90 commit 317537e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
#Microserver
2+
# Microserver
33

44
[![Join the chat at https://gitter.im/aol/micro-server](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/aol/micro-server?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
55

@@ -141,19 +141,19 @@ Microserver Spring Boot
141141
```groovy
142142
compile group: 'com.aol.microservices', name:'micro-spring-boot', version:'x.yz'
143143
```
144-
##Tech Stack
144+
## Tech Stack
145145

146146
Microserver core is a lightweight server configuration engine built using Spring, Cyclops and Jackson.
147147

148148

149149

150-
##Zero Configuration
150+
## Zero Configuration
151151

152152
No directory structure is imposed by the server and no XML is required. There is no framework config. Just a jar file and your application. You can, of course, configure your application without limit.
153153

154154
Example working application :-
155155

156-
###The main class :-
156+
### The main class :-
157157

158158
```java
159159
public class AppRunnerTest {

0 commit comments

Comments
 (0)