From 7c72385ac44a413fd4e6bf8984158825a6db2a3e Mon Sep 17 00:00:00 2001 From: Michiel Swaanen <32015956+michielswaanen@users.noreply.github.com> Date: Wed, 1 Jul 2020 12:58:42 +0200 Subject: [PATCH] Readme tweaks (#17) --- readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 14d371f..768cc52 100644 --- a/readme.md +++ b/readme.md @@ -28,8 +28,7 @@ $ del --help $ del unicorn.png rainbow.png $ del "*.png" "!unicorn.png" ``` - -Since `$ del` is already a builtin command on Windows, you need to use `$ del-cli` there. +> :warning: **Windows users**: Since `$ del` is already a builtin command on Windows, you need to use `$ del-cli` there. ## Related