Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
skuill authored May 21, 2023
1 parent 50b0bf5 commit 0b6b9c7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ LyricsScraperNET is a library for .NET that provides an API to search for lyrics

- AZLyrics
- Genius
- MusixMatch (**TODO**)
- MusixMatch (**IN PROGRESS. [Issue #2](/../../issues/2)**)
- LyricsWikia (**TODO**)
- SongLyrics (**TODO**)

Expand All @@ -36,7 +36,8 @@ class Program
ILyricsScraperClient lyricsScraperClient
= new LyricsScraperClient()
.WithAZLyrics()
.WithGenius();
.WithGenius()
.WithMusixmatch();

var searchRequest = new ArtistAndSongSearchRequest(artist: "Metallica", song: "Nothing Else Matters");

Expand Down

0 comments on commit 0b6b9c7

Please sign in to comment.