From 310c0a485e7dfe69dd739676d5d056618e39dcb3 Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Sat, 25 May 2019 00:00:03 +0200 Subject: [PATCH] Removed faulty description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0074ed2..f2c09b8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![install size](https://packagephobia.now.sh/badge?p=serve-handler)](https://packagephobia.now.sh/result?p=serve-handler) [![Join the community on Spectrum](https://withspectrum.github.io/badge/badge.svg)](https://spectrum.chat/zeit) -This package represents the core of [serve](https://github.com/zeit/serve) and static deployments running on [Now](https://zeit.co/now). It can be plugged into any HTTP server and is responsible for routing requests and handling responses. +This package represents the core of [serve](https://github.com/zeit/serve). It can be plugged into any HTTP server and is responsible for routing requests and handling responses. In order to customize the default behaviour, you can also pass custom routing rules, provide your own methods for interacting with the file system and much more.