From 345a69b2b4d8831698d6e9c77cf196ee96a4e25a Mon Sep 17 00:00:00 2001 From: Kazushi Konosu Date: Sun, 22 Sep 2024 00:02:55 +0900 Subject: [PATCH] docs: use warning syntax --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c68d09..5ca550f 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,8 @@ Here's an example of using the CLI. Your entry point file must be skipped or els npx @line/ts-remove-unused --skip 'src/main\.ts' ``` -⚠️ THIS COMMAND WILL DELETE CODE FROM YOUR PROJECT. Using it in a git controlled environment is highly recommended. If you're just playing around use `--check`. +> [!WARNING] +> THIS COMMAND WILL DELETE CODE FROM YOUR PROJECT. Using it in a git controlled environment is highly recommended. If you're just playing around use `--check`. ### Check