From f000f11bfa02949da91c8c246a88671e4250a1f8 Mon Sep 17 00:00:00 2001 From: jmbmkn Date: Thu, 23 Jun 2022 08:08:05 +0100 Subject: [PATCH] Update Usage.md (#435) Fix tiny typo in Wallabag import commands --- docs/Usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Usage.md b/docs/Usage.md index 7e0dab1..0e50037 100644 --- a/docs/Usage.md +++ b/docs/Usage.md @@ -160,5 +160,5 @@ inside the container. curl -sSOL https://gist.githubusercontent.com/Aerex/01499c66f6b36a5d997f97ca1b0ab5b1/raw/bf793515540278fc675c7769be74a77ca8a41e62/wallabag2shiori' chmod +x wallabag2shiori - ./wallbag2shiori 'path/to/to/wallabag_export_json_file' + ./wallabag2shiori 'path/to/to/wallabag_export_json_file' ```