From 78acad24cd379dec458a680278baead4f04e5961 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismael=20Gonz=C3=A1lez?= Date: Tue, 24 Aug 2021 19:57:19 +0200 Subject: [PATCH] Change doc note format MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ismael González --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1c45b6..d0446e9 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ SUBCOMMANDS: * [Capture groups](#capture-groups) * [Capture several named groups and swap them](#capture-several-named-groups-and-swap-them) -*__WINDOWS NOTE:__ In the examples that use `*`, you need to expand the wildcard in PowerShell, for example: `rnr a b (Get-Item ./*)`. This is not supported in `cmd.exe`.* +__WINDOWS NOTE:__ In the examples that use `*`, you need to expand the wildcard in PowerShell, for example: `rnr a b (Get-Item ./*)`. This is not supported in `cmd.exe`. ### Rename a list of files You can pass a list of files to be renamed as arguments: