Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Commit d9099c5

Browse files
authored
Update README.md
1 parent ebf388a commit d9099c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
[![jitpack](https://jitpack.io/v/com.kttdevelopment/simplehttpserver.svg?style=flat-square)](https://jitpack.io/#com.kttdevelopment/simplehttpserver)
1010
[![jitci](https://jitci.com/gh/Ktt-Development/simplehttpserver/svg?style=flat-square)](https://jitci.com/gh/Ktt-Development/simplehttpserver)
11-
[![version](https://img.shields.io/github/v/release/ktt-development/simplehttpserver?color=ff5555&include_prereleases&style=flat-square)](https://github.com/Ktt-Development/simplehttpserver/releases)
11+
[![version](https://img.shields.io/github/v/release/ktt-development/simplehttpserver?color=ffaa00&include_prereleases&style=flat-square)](https://github.com/Ktt-Development/simplehttpserver/releases)
1212
[![downloads](https://img.shields.io/github/downloads/ktt-development/simplehttpserver/total?color=ff5555&style=flat-square)](https://github.com/Ktt-Development/simplehttpserver/releases)
1313

1414
Based on the java sun Http Server. Complicated features made easy.
@@ -26,7 +26,7 @@ Get requests are parsed into a hashmap.
2626
### HTTP POST
2727
Post requests are parsed into a hashmap (`multipart/form-data` as well!).
2828

29-
##Http Handlers
29+
## Http Handlers
3030
### Redirect Handler
3131
A simple handler to redirect links without leaving a mark in the history.
3232
### Predicate Handler

0 commit comments

Comments
 (0)