Skip to content

Commit 60a6100

Browse files
committed
fix: correct whitespace formatting in README and update Go version requirement
1 parent a5e98ae commit 60a6100

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,12 @@ The plugin implements seven metadata provider capabilities:
9999

100100
### Data Sources
101101

102-
| Source | URL | Data |
103-
|-------------------|------------------------------------------------|------------------------------------|
104-
| iTunes Search API | `itunes.apple.com/search` | Artist ID resolution |
105-
| iTunes Lookup API | `itunes.apple.com/lookup` | Top songs, album artwork, album URL |
106-
| Apple Music Web | `music.apple.com/{country}/artist/-/{id}` | Biography, images, similar artists |
107-
| Apple Music Web | `music.apple.com/{country}/album/{slug}/{id}` | Album editorial notes |
102+
| Source | URL | Data |
103+
|-------------------|-----------------------------------------------|-------------------------------------|
104+
| iTunes Search API | `itunes.apple.com/search` | Artist ID resolution |
105+
| iTunes Lookup API | `itunes.apple.com/lookup` | Top songs, album artwork, album URL |
106+
| Apple Music Web | `music.apple.com/{country}/artist/-/{id}` | Biography, images, similar artists |
107+
| Apple Music Web | `music.apple.com/{country}/album/{slug}/{id}` | Album editorial notes |
108108

109109
### Files
110110

@@ -118,7 +118,7 @@ The plugin implements seven metadata provider capabilities:
118118

119119
### Prerequisites
120120
- **Recommended**: [TinyGo](https://tinygo.org/getting-started/install/) (produces smaller binary size)
121-
- **Alternative**: Standard Go 1.19+ (larger binary but easier setup)
121+
- **Alternative**: Standard Go 1.25+ (larger binary but easier setup)
122122

123123
### Quick Build (Using Makefile)
124124
```sh

0 commit comments

Comments
 (0)