From 065ab8a03d7fe0b259bc50cf83c3e462c4b12ae6 Mon Sep 17 00:00:00 2001
From: Jake <jake.read@cba.mit.edu>
Date: Sun, 29 Jul 2018 17:00:21 -0400
Subject: [PATCH] typo

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

diff --git a/README.md b/README.md
index c83ed1e..e488264 100644
--- a/README.md
+++ b/README.md
@@ -4,9 +4,9 @@ Oddly enough, the first thing we want to do with networked hardware is probably
 
 Solving this problem is more or less what I'll be documenting through this project. 
 
-![tiny-machine](video/mocontrol-tinygantry.mp4)
+![smallgantries](video/mocontrol-tinygantry.mp4)
 
-![big-machine](video/mocontrol-biggantry.mp4)
+![mpvmmachine](video/mocontrol-biggantry.mp4)
 
 # Current Progress
 
@@ -16,7 +16,7 @@ Works, now adding realtime clock syncronization.
 
 Here's a video of all of the layers chatting with eachother, where I'm sending serial commands to the network using a socket server and [mods](mods.cba.mit.edu)
 
-![video](/video/stackup.mp4)
+![hardware-stack](/video/stackup.mp4)
 
 ![screenshot](/images/stackup.png)
 
@@ -41,7 +41,7 @@ So, each stepper motor has a queue of moves to make, I believe at the time of wr
 
 Here's a very rough cut of two axis of this just barely working.
 
-![videoo](/redux/video/mocontrol.mp4)
+![videoo](video/mocontrol.mp4)
 
 ## Literal Corner Cases
 
-- 
GitLab