diff --git a/README.md b/README.md index 876f975..6590fde 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,12 @@ A simple and efficient tool to **parse and download attachments/previews** from 2. Build the application: ```bash - go build -o kitsu-parser + go build -o kitsu-file-parser ``` 3. Run the binary: ```bash - ./kitsu-parser + ./kitsu-file-parser ``` --- @@ -37,13 +37,6 @@ A simple and efficient tool to **parse and download attachments/previews** from The tool uses a configuration file (`config.toml`) for customizable options. -``` - -### Key Configuration Options: -- **Hostname**: Kitsu server URL. -- **Threads**: Number of threads for parallel downloads. -- **IgnoreExtension**: List of file extensions to skip. - --- ## 🛠️ Usage