diff --git a/README.md b/README.md
index 9f66d52c835187e6d5d33786632913f390dc54d6..68085a1215df1b777db73dd0d3f96baf725e1a3d 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: