Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
skuill authored Feb 18, 2023
1 parent 4718755 commit 28e973a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Program
.WithAZLyrics()
.WithGenius();

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

var searchResult = lyricsScraperClient.SearchLyric(searchRequest);

Expand Down

0 comments on commit 28e973a

Please sign in to comment.