From 97cbdccf2832af01d038dd020546d0a1e16d6170 Mon Sep 17 00:00:00 2001
From: Jake <jake.read@cba.mit.edu>
Date: Tue, 13 Nov 2018 22:12:07 -0500
Subject: [PATCH] more doc

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

diff --git a/README.md b/README.md
index 9f66d52..68085a1 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ It's in the early stages, so bear with us. Everything is going to be great.
 
 # Usage 
 
-# Installing Node.js, WebSocket and SerialPort
+## Installing Node.js, WebSocket and SerialPort
 
 To Run DMC, you'll need to install node.js, and then the packages serialport and ws (websocket).
 
@@ -45,7 +45,9 @@ To install ws, do
 
 ``npm install ws``
 
-## Run DMC (yay!)
+# Running DMC
+
+To run the program, we launch the main.js file with node, from the command line. One of the things this does is run a tiny HTTP server that we can use to access the UI.
 
 cd to the rndmc folder and run: 
 
-- 
GitLab