Skip to content

Commit

Permalink
docs: use warning syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
kazushisan committed Sep 21, 2024
1 parent cbc65cd commit 345a69b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 345a69b

Please sign in to comment.