Skip to content

Commit

Permalink
docs(installation): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
streambinder committed Aug 11, 2023
1 parent 70ea803 commit eadb497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ In order to build a binary which contains these fields, the following formula ca
```bash
go build -ldflags="
-X github.com/streambinder/spotitube/spotify.fallbackSpotifyID='awesomeSpotifyID'
-X github.com/streambinder/spotitube/spotify.fallbackSpotifyKey='awesomeSpotifyID'
-X github.com/streambinder/spotitube/spotify.fallbackSpotifyKey='awesomeSpotifyKey'
-X github.com/streambinder/spotitube/lyrics.fallbackGeniusToken='awesomeGeniusToken'
"
```

0 comments on commit eadb497

Please sign in to comment.