From 28e973a0d0572fcbd0346a5c8336bf35b21c9765 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Sun, 19 Feb 2023 02:02:36 +0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77dea81..d5f07ea 100644 --- a/README.md +++ b/README.md @@ -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);