Merge pull request #378 from spidy0x0/patch-1

fix typo
This commit is contained in:
Pierre Tachoire
2025-01-25 10:34:41 +01:00
committed by GitHub

View File

@@ -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 thats 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 thats what we did:
- Not based on Chromium, Blink or WebKit
- Low-level system programming language (Zig) with optimisations in mind