diff --git a/Client/index.html b/Client/index.html
index e9aee2f..ffda3ea 100644
--- a/Client/index.html
+++ b/Client/index.html
@@ -53,6 +53,13 @@ changes visibility with JS-->
Client Settings (Saved to device)
+
Server IP:
IP of the device running the song server
@@ -65,7 +72,7 @@ changes visibility with JS-->
Server Settings (Saved to server)
-
Party mode:
+
Party Mode:
Add random songs to the queue when it is about to be empty
diff --git a/readme.md b/readme.md
index 910ff13..264631f 100644
--- a/readme.md
+++ b/readme.md
@@ -3,7 +3,7 @@
## Purpose
The **Party Jukebox** is a program that allows many people to add music, skip songs, play, and pause from any web device to the same device and playlist. \
This was created for a personal use case for parties, and is a simple, (mostly) functional solution to have a collective playlist for local mp3 files. \
-Main strenghts compared to doing something similar using Spotify are that you can limit the songs that can be played to your selection. Songs can be chosen, but only from a list
+Main advantage compared to doing something similar using Spotify is that you can limit the songs that can be played to your selection. Songs can be chosen, but only from a list
## Basic Setup
### Client Setup:
The client is a web application that can be hosted on any server, it need not be the same device running the music player.