From ee484709e3c76a1564c25b204815a29782e24c8e Mon Sep 17 00:00:00 2001
From: arshiam2 <arshiam2@illinois.edu>
Date: Sun, 7 Oct 2018 23:01:24 -0500
Subject: [PATCH] readme

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index f6d4d21..0152e02 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ This links the ```mem``` command to your command line, so you can run all the co
 
 ## Machine
 
-The machine can be run on VM's 2 through 10. Each machine has a membership lists of nodes its pinging and statuses of whether or not they are alive or dead depending on how long it has been since the last ping. 
+Each machine has a membership lists of nodes its pinging and statuses of whether or not they are alive or dead depending on how long it has been since the last ping. 
 
 To set it up, run the following commands 
 ```
@@ -43,7 +43,7 @@ npm run start
 
 ## Introducer
 
-The introducer can be run on VM 1. The introducer has a list of all VMs up, and gets messages when anotehr machine joins and leaves. Based on that, it updates all the nodes membership lists.
+The introducer has a list of all VMs up, and gets messages when anotehr machine joins and leaves. Based on that, it updates all the nodes membership lists. 
 
 To set it up, run the following commands 
 ```
-- 
GitLab