diff --git a/client/index.html b/client/index.html
index eabae72..f4f4feb 100644
--- a/client/index.html
+++ b/client/index.html
@@ -5,8 +5,8 @@
- My server is delivering HTML now!
- This is going to be where my sample RTC application lives.
+ It's a voting app!
+ Use the forms below for realtime messaging and voting.
Messages:
@@ -79,7 +79,7 @@
if (!found) {
votes.push(voteData);
let newVoter = document.createElement('p')
-
+
newVoter.setAttribute('id', voteData.id);
newVoter.textContent = `${voteData.id.substring(0,2)} votes: ${voterDecision}`;