From 83f3417c878783b4c47dde087bfca8b599c989c0 Mon Sep 17 00:00:00 2001
From: Jake <jake.read@cba.mit.edu>
Date: Sun, 1 Jul 2018 00:08:10 -0400
Subject: [PATCH] typo

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

diff --git a/README.md b/README.md
index d417669..54421be 100644
--- a/README.md
+++ b/README.md
@@ -28,8 +28,8 @@ Keycode: **128**
 ### Step Trapezoid
 
 Keycode: **131**
-Arguments: <Steps to Make, int32_t> | <Entry Speed, steps/s, uint32_t> | <Acceleration Rate, steps/s/s, uint32_t> | <Acceleration Length, steps to accelerate for, uint32_t> | <Decceleration Length, steps to deccelerate after, uint32_t>
-Returns: <Steps Made, int32_t> on step completion
+Arguments: Steps to Make, int32_t | Entry Speed, steps/s, uint32_t | Acceleration Rate, steps/s/s, uint32_t | Acceleration Length, steps to accelerate for, uint32_t | Decceleration Length, steps to deccelerate after, uint32_t
+Returns: Steps Made, int32_t | on step completion
  - the stepper will load this block into its stepping buffer, and if the buffer is empty will execute the trapezoid. on it's completion, the stepper will reply with an acknowledgement
 
 # Reproducing This Work
-- 
GitLab