From f4ee915678cef7dfdb664627212e27041537a593 Mon Sep 17 00:00:00 2001 From: xiazeyu Date: Mon, 6 Aug 2018 13:21:45 +0800 Subject: [PATCH] docs: update to latest useage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00008b4..b97204e 100644 --- a/README.md +++ b/README.md @@ -265,7 +265,7 @@ to start init.bat with custom argument(`/startNotepad`) and put ```batch -call %flag_exists% "/startNotepad" "cmd /c start notepad.exe"` +call %flag_exists% "/startNotepad" "start" "notepad.exe"` ```