From 61fe27266c51db3c99d0ba2aef98d9dd48794c58 Mon Sep 17 00:00:00 2001 From: Kelly Date: Thu, 21 Feb 2019 15:33:57 -0600 Subject: [PATCH] Fix typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15c83ee..fbf24ef 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ### Outrun. Everyone. -This project is not your typical "web framework" à la 500 lines of JavaScript and a fancy logo. No, you're looking at a three part software suite of ~7k lines of C & C++, working in unison with Google V8 to bring you one of the most memory scalable and performant I/O scriping environment available. +This project is not your typical "web framework" à la 500 lines of JavaScript and a fancy logo. No, you're looking at a three part software suite of ~7k lines of C & C++, working in unison with Google V8 to bring you one of the most memory scalable and performant I/O scripting environments available. It runs 15x faster than Deno and scales to millions of connections using less than half a GB of user space memory.