From 374cacdf76698680dc0a4fd46e0ae57fb60ff685 Mon Sep 17 00:00:00 2001 From: Christoph Rumpel Date: Tue, 21 Jan 2025 19:09:32 +0100 Subject: [PATCH] Typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4e71816..8d7bf17a 100644 --- a/README.md +++ b/README.md @@ -709,7 +709,7 @@ self.addEventListener('message', event => php.handleMessageEvent(event)); ## 🏗️ Custom Builds -To use the the in-place builder, first install `php-wasm-builder` globally: +To use the in-place builder, first install `php-wasm-builder` globally: ***Requires docker, docker-compose, coreutils, wget, & make.***