diff --git a/note.md b/note.md index 708559a..53c2203 100644 --- a/note.md +++ b/note.md @@ -17,9 +17,7 @@ KemonoDownloader/ ├── assets/ # Icons and other static files │ └── Kemono.ico ├── data/ # Stuff that gets saved (user config, cookies, etc.) -│ ├── creators.json -│ ├── Known.txt -│ └── cookies.txt +│ └── creators.json ├── logs/ # Error logs and other output │ └── uncaught_exceptions.log └── src/ # Main code lives here @@ -93,4 +91,4 @@ If something's busted: - Feel free to open an issue if you're using this. - Or just message me. Feedback helps a lot while I’m still figuring things out. -Thanks for checking it out! Still a work in progress, but getting there. \ No newline at end of file +Thanks for checking it out! Still a work in progress, but getting there.