diff --git a/README.md b/README.md
index 8bdff0f1f75f1f3ed6b7ce8faa72b4ee26b85cf5..25c37b32ed1abbc8013f6534a63d951c55d00951 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,15 @@
 The seeed-voicecard-master folder is used for installing the necessary requirements
 for the ReSpeaker 2-Mics Pi HAT. 
 https://www.seeedstudio.com/ReSpeaker-2-Mics-Pi-HAT.html
-I did not end up implementing this into my final project for several reasons, but
+I did not end up using the mic for this into my final project for several reasons, but
 primarily because the audio input for this device was greatly inferior to a surround
 sound mic (I ended up using Jabra Speak 510). One thing to also note was that
 as of 5/6/2023, the most recent 32 bit and 64 bit architecture for Raspberry Pi
 are not compatible with the installation of this, whether you use the ./install.sh
 or the ./install_arm64.sh script. I had to install Legacy OS 32-bit onto the
 Raspberry Pi in order to successfully install everything that has to do with
-this device. However, I am planning on expanding upon this project in the future and
-do plan on eventually using this part in the future, so I kept this in the repository. 
+this device. This makes it possible to set up an audio connection to a bluetooth
+device and send data from the Pi to the speaker.
 
 The bluez-alsa folder is to use for setting up a connection to a bluetooth speaker or mic
 and be able to output audio or read input audio in conjunction with pyaudio.