diff --git a/Readme.md b/Readme.md index 654c670..f23c2c0 100644 --- a/Readme.md +++ b/Readme.md @@ -5,9 +5,10 @@ A functional http framework with a focus on type-safety and simplicity. -This project was originally forked from the amazing [HTTPure](https://github.com/citizennet/purescript-httpure) http server framework. If you are coming from HTTPure you might want to have a look at the [differences to HTTPure](./docs/Differences.md). +This project was originally forked from the amazing [HTTPure](https://github.com/citizennet/purescript-httpure) http server framework, but has since deviated quite a bit from HTTPure. If you are coming from HTTPure you might want to have a look at the [differences to HTTPure](./docs/Differences.md). ## ToC +1. [Features](#features) 1. [Installation](#installation) 1. [Quick start](#quick-start) 1. [Documenation](#documentation) @@ -15,6 +16,14 @@ This project was originally forked from the amazing [HTTPure](https://github.com 1. [Testing](#testing) 1. [License](#license) +## Features + +* λ fp-style http server & request handlers +* 🛣 Powerful & type-safe routing dsl +* 🕵🏻‍♂️ Easy json parsing and data validation +* 📜 Extensive documentation & examples + + ## Installation ```bash