From b80c81b2f617969a91fd7bb19a7ff5b7608b9bb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Mon, 5 May 2025 14:30:23 +0200 Subject: [PATCH] docs: fix warning markup --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3bc473425..63a8c7748f 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ You can also run command-line scripts with: frankenphp php-cli /path/to/your/script.php ``` -> ![WARNING] +> [!WARNING] > > In production, prefer using [the Docker images](#docker), [the Brew package](#homebrew) > or [compiling FrankenPHP from sources](https://frankenphp.dev/docs/compile/).