From 5e51d977b6c023ebfa44c9352f669a7848333ebe Mon Sep 17 00:00:00 2001 From: Akash R Chandran <78685510+akashrchandran@users.noreply.github.com> Date: Sun, 15 Jan 2023 07:43:51 +0530 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fcd9df7..8a09fe4 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,10 @@ A Rest API for fetching lyrics from Spotify which is powered by Musixmatch. Comm + # Install using Composer +``` +composer require akashrchandran/spotify-lyrics-api +``` # Fetching Lyrics @@ -211,4 +215,4 @@ now open your browser and type `localhost:8080` and you should see the program r # Credits • [Me](https://akashrchandran.in) - -> For everything. \ No newline at end of file + -> For everything.