From 7e6e7d957442458483db9b11c68fb71c58d53e8e Mon Sep 17 00:00:00 2001 From: Bruno Bigras Date: Tue, 23 Aug 2022 00:03:41 -0400 Subject: [PATCH] fix typos in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 85e77ea..6957ecf 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ It currently contains: 1. **Bass Enhancing + Perfect EQ** - This preset is based on [Ziyad Nazem's __"Perfect EQ"__](https://www.ziyadnazem.com/post/956431457/the-perfect-eq-settings-unmasking-the-eq) combined with the Razor sorround impulse response. + This preset is based on [Ziyad Nazem's __"Perfect EQ"__](https://www.ziyadnazem.com/post/956431457/the-perfect-eq-settings-unmasking-the-eq) combined with the Razor surround impulse response. 2. **Perfect EQ** @@ -31,7 +31,7 @@ The `install.sh` script will try to install the presets automatically, just fire ```shell bash -c "$(curl -fsSL https://raw.githubusercontent.com/JackHack96/PulseEffects-Presets/master/install.sh)" ``` -**NOTE**: the script requires `curl` to be installed. Ubuntu doesn't shipt with curl installed by default, so you have to first run +**NOTE**: the script requires `curl` to be installed. Ubuntu doesn't ship with curl installed by default, so you have to first run ```shell sudo apt install curl ```