From 0eb70785ccc63ee73195997f8801a0352d692077 Mon Sep 17 00:00:00 2001 From: Alessandro Pignotti Date: Mon, 9 Dec 2024 15:50:40 +0100 Subject: [PATCH] Fix title capitalization (#190) --- content/blog/cx-1.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/cx-1.0.md b/content/blog/cx-1.0.md index 09bfd2b2..a418cc7e 100644 --- a/content/blog/cx-1.0.md +++ b/content/blog/cx-1.0.md @@ -1,5 +1,5 @@ --- -title: "CheerpX 1.0: high performance x86 virtualization in the browser via WebAssembly" +title: "CheerpX 1.0: High performance x86 virtualization in the browser via WebAssembly" description: | CheerpX is a WebAssembly-based virtualization engine for x86 binaries. It is built on top of standard Web technologies, and runs fully in the browser, with no need for server side execution of any sort.