From d1585c95012c71ff7696107b265542be47762af3 Mon Sep 17 00:00:00 2001 From: Gary White Jr <7660110+GaryPWhite@users.noreply.github.com> Date: Thu, 27 Jan 2022 08:22:48 -0500 Subject: [PATCH] take out `cask` from install instructions updated versions of homebrew no longer expect / accept the `cask` option. `brew cask install` -> `brew install` in the installation instructions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c338685..580da68 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Download the `.dmg` file from the [latest release](https://github.com/davicorrei Using Homebrew: ``` -brew cask install spotify-now-playing +brew install spotify-now-playing ``` ### Compatibily with Linux