Skip to content

Commit

Permalink
Merge pull request #113 from bgourlie/patch-1
Browse files Browse the repository at this point in the history
Fix broken links on README.md
  • Loading branch information
pimbrouwers authored Oct 16, 2023
2 parents d8c1781 + e7bea14 commit 285c88e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ webHost [||] {

## Key Features

- Asynchronous [request handling](https://github.com/pimbrouwers/Falco/tree/master/doc/response.md).
- Simple and powerful [routing](https://github.com/pimbrouwers/Falco/tree/master/doc/routing.md) API.
- Fast, secure and configurable [web server](https://github.com/pimbrouwers/Falco/tree/master/doc/host.md).
- Asynchronous [request handling](https://github.com/pimbrouwers/Falco/tree/master/documentation/response.md).
- Simple and powerful [routing](https://github.com/pimbrouwers/Falco/tree/master/documentation/routing.md) API.
- Fast, secure and configurable [web server](https://github.com/pimbrouwers/Falco/tree/master/documentation/host.md).
- Native F# [view engine](https://github.com/pimbrouwers/Falco.Markup).
- Uniform API for [accessing request data](https://github.com/pimbrouwers/Falco/tree/master/doc/request.md).
- [Authentication and security](https://github.com/pimbrouwers/Falco/tree/master/doc/security.md) utilities.
- Built-in support for [large uploads](https://github.com/pimbrouwers/Falco/tree/master/doc/request.md#multipartform-data-binding) and [binary responses](https://github.com/pimbrouwers/Falco/tree/master/doc/response.md#content-disposition).
- Uniform API for [accessing request data](https://github.com/pimbrouwers/Falco/tree/master/documentation/request.md).
- [Authentication and security](https://github.com/pimbrouwers/Falco/tree/master/documentation/security.md) utilities.
- Built-in support for [large uploads](https://github.com/pimbrouwers/Falco/tree/master/documentation/request.md#multipartform-data-binding) and [binary responses](https://github.com/pimbrouwers/Falco/tree/master/documentation/response.md#content-disposition).

## Design Goals

Expand Down

0 comments on commit 285c88e

Please sign in to comment.