From 4483adcebb1a891d80a3811c7cb49a933f3cce62 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Thu, 2 May 2019 01:36:32 +0200 Subject: [PATCH] readme: fix word Performance PR-URL: https://github.com/nodejs/llhttp/pull/23 Reviewed-By: Fedor Indutny --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f11b0039..7010b90f 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ This project is a port of [http_parser][0] to TypeScript. [llparse][1] is used to generate the output C and/or bitcode artifacts, which could be compiled and linked with the embedder's program (like [Node.js][7]). -## Peformance +## Performance So far llhttp outperforms http_parser: