From a817210c434ae7813bfc49f0353287f3ba5d1574 Mon Sep 17 00:00:00 2001 From: Nir Soffer Date: Sun, 19 Jul 2026 21:49:13 +0300 Subject: [PATCH] readme: use GitHub alerts syntax for warning The current blockquote renders as gray text, which looks like optional content that can be safely skipped. A GitHub alert renders as a styled warning box with an icon, making it harder to miss. https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4430cc03..0969efb1 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,8 @@ mkcert automatically creates and installs a local CA in the system root store, a ## Installation -> **Warning**: the `rootCA-key.pem` file that mkcert automatically generates gives complete power to intercept secure requests from your machine. Do not share it. +> [!WARNING] +> The `rootCA-key.pem` file that mkcert automatically generates gives complete power to intercept secure requests from your machine. Do not share it. ### macOS