From d750d0a9d9fb7a30b6971f106c2478e55739674a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Buscht=C3=B6ns?= Date: Mon, 2 Dec 2013 14:09:58 +0100 Subject: [PATCH] readme: fix various typos [no pluralization] L6: remove redundant "writing". L99: capitalize "facebook" as "Facebook". Clean alternative to #109. --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 173fe5a..e32933e 100644 --- a/Readme.md +++ b/Readme.md @@ -3,7 +3,7 @@ [![Build Status](https://travis-ci.org/koajs/koa.png)](https://travis-ci.org/koajs/koa) Expressive middleware for node.js using generators via [co](https://github.com/visionmedia/co) - to make writing web applications and REST APIs more enjoyable to write. + to make web applications and REST APIs more enjoyable to write. Only methods that are common to nearly all HTTP servers are integrated directly into Koa's small ~400 SLOC codebase. This includes things like content-negotiation, normalization of node inconsistencies, redirection, and a few others. @@ -96,7 +96,7 @@ $ make test 4349.37 ``` - With __50__ middleware (likely much more than you'll need), that's __340,260__ requests per minute, and __20,415,600__ per hour, and over __440 million__ per day, so unless you're a facebook and can't manage to spin up more + With __50__ middleware (likely much more than you'll need), that's __340,260__ requests per minute, and __20,415,600__ per hour, and over __440 million__ per day, so unless you're a Facebook and can't manage to spin up more than one process to scale horizontally you'll be fine ;) ## Authors