Update Usage.md (#435)

Fix tiny typo in Wallabag import commands
This commit is contained in:
jmbmkn 2022-06-23 08:08:05 +01:00 committed by GitHub
parent 3422035bfa
commit f000f11bfa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'
```