diff options
author | jeondae <81861048+jeondae@users.noreply.github.com> | 2022-04-23 21:19:53 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-23 21:19:53 +0700 |
commit | 136ae9420821e9aa2f4d0c0b3bac16b10208bf79 (patch) | |
tree | 0a953995a94564ec20febf6b1cd83aa7c1559710 | |
parent | bfd05bbb397a5a6c3f5d9f5a729c440349bf42af (diff) | |
download | comicwalker-dl-136ae9420821e9aa2f4d0c0b3bac16b10208bf79.tar.gz comicwalker-dl-136ae9420821e9aa2f4d0c0b3bac16b10208bf79.tar.bz2 comicwalker-dl-136ae9420821e9aa2f4d0c0b3bac16b10208bf79.zip |
Update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,7 +19,7 @@ this tool is a standalone python script, you can download the files as a zip/git 2. open a terminal (.i.e CMD) in that folder
3. see below for detailed usage
-all downloaded chapters are saved to `/downloaded_chapters/{title}/{chapter}`
+all downloaded chapters are saved to `downloaded_chapters\{title}\{chapter}`
---
```
@@ -50,4 +50,4 @@ add `-nolog` argument if you want clean terminal output during the progress. ---
-feel free to modify the code as you wish.
\ No newline at end of file +feel free to modify the code as you wish.
|