From 57ea4fbeb7f4cc687261bc6ca5ce5770f96c1773 Mon Sep 17 00:00:00 2001 From: bitcookies Date: Thu, 31 Mar 2022 14:28:23 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Changed=20the=20incorrect=20exam?= =?UTF-8?q?ple=20code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed the incorrect example code --- README.md | 4 ++-- README.zh-CN.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index da34067..de4f5ab 100644 --- a/README.md +++ b/README.md @@ -224,7 +224,7 @@ Example: or: winrar-keygen.exe "Github" "Github.com" > rarreg.key or: - winrar-keygen.exe "Github" "Github.com" > rarreg.key | out-file -encoding ascii rarreg.key + winrar-keygen.exe "Github" "Github.com" | Out-File -Encoding ASCII rarreg.key ``` ![Terminal](assets/terminal.png) @@ -276,7 +276,7 @@ In the newer Windows 10, PowerShell will export in **UTF16-LE** format by defaul Please use the following command: ```console -winrar-keygen.exe "Github" "Github.com" > rarreg.key | out-file -encoding ascii rarreg.key +winrar-keygen.exe "Github" "Github.com" | Out-File -Encoding ASCII rarreg.key ``` ### 7.3 Location of Key diff --git a/README.zh-CN.md b/README.zh-CN.md index 967998a..603e3e7 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -222,7 +222,7 @@ Example: or: winrar-keygen.exe "Github" "Github.com" > rarreg.key or: - winrar-keygen.exe "Github" "Github.com" > rarreg.key | out-file -encoding ascii rarreg.key + winrar-keygen.exe "Github" "Github.com" | Out-File -Encoding ASCII rarreg.key ``` ![Terminal](assets/terminal.png) @@ -274,7 +274,7 @@ winrar-keygen.exe "Github" "Github.com" > rarreg.key 请使用如下命令: ```console -winrar-keygen.exe "Github" "Github.com" > rarreg.key | out-file -encoding ascii rarreg.key +winrar-keygen.exe "Github" "Github.com" | Out-File -Encoding ASCII rarreg.key ``` ### 7.3 Key的位置