Minor readme update

This commit is contained in:
sigma-andex 2022-06-13 15:31:39 +01:00
parent e31b3b28e6
commit 8882af66f9
No known key found for this signature in database
GPG Key ID: C5F79968835855AB

View File

@ -3,9 +3,9 @@
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/sigma-andex/purescript-httpurple/main/License)
[![purescript-httpurple on Pursuit](https://pursuit.purescript.org/packages/purescript-httpurple/badge)](https://pursuit.purescript.org/packages/purescript-httpurple)
A functional http framework with a focus on type-safety and simplicity.
A functional http framework with a focus on type-safety and making the common case easy.
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).
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. 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)