Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
keshon committed Jan 14, 2025
1 parent 4fe9284 commit 6ee64fa
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

---
Expand All @@ -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
Expand Down

0 comments on commit 6ee64fa

Please sign in to comment.