From e429d298d314248b71d222081443a5df0f810513 Mon Sep 17 00:00:00 2001 From: Sergey Zolotarev <4525736+sryze@users.noreply.github.com> Date: Thu, 16 Mar 2023 21:28:55 +0600 Subject: [PATCH] Fix missing -o in example command Closes #1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba3f916..7303dc8 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ For example: ``` python crx-dl.py \ https://chrome.google.com/webstore/detail/google-translate/aapbdbdomjkkjkaonfhkkikfgjllcleb \ - translate.crx + -o translate.crx ``` The above command will download the Google Translate extension to a file named `translate.crx` in the current working directory.