From 71966affa1d555c747e25fb330dc2438eb5327df Mon Sep 17 00:00:00 2001 From: spidy0x0 <40536205+spidy0x0@users.noreply.github.com> Date: Fri, 24 Jan 2025 19:47:12 +0000 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52519563..e9e55fc1 100644 --- a/README.md +++ b/README.md @@ -249,7 +249,7 @@ If we need Javascript, why not use a real web browser? Take a huge desktop appli ### Lightpanda is built for performance -If we want both Javascript and performance in a true headless browser, we need to start from scratch. Not another iteration of Chromium, really from a blank page. Crazy right? But that’s we did: +If we want both Javascript and performance in a true headless browser, we need to start from scratch. Not another iteration of Chromium, really from a blank page. Crazy right? But that’s what we did: - Not based on Chromium, Blink or WebKit - Low-level system programming language (Zig) with optimisations in mind