diff --git a/README.md b/README.md
index 2fa163ce8a1206a531130d5eaafd447ca9964550..e3594c560d1e42dfd5d996c1f4fa3ef89d38907b 100644
--- a/README.md
+++ b/README.md
@@ -14,10 +14,14 @@ In machining the smaller targets on the ShopBot Desktop, I noticed that some cop
 
 [<img src="images/rotorTargets.png" width="800">]
 
-![encoderError.png](./images/encoderError.png)
+### Accuracy
+
+From the plots below, it would appear that I am acheiving about +/- 1.25deg of accuracy without calibration. On paper this is much worse than I was hoping for. With a 1.8deg step size for a stepper, acheiving at least 
 
 It's worth noting that the AMT encoder that I am using as a reference is rated to [0.25 deg of accuracy](https://www.cuidevices.com/product/resource/amt10.pdf). So we are definitely within the right order of magnitude for a commercial product. The spec is also ambiguous in that it doesn't specify a +/-
 
+![encoderError.png](./images/encoderError.png)
+
 ![encoderNoise.png](./images/encoderNoise.png)
 
 One big question I had was if EMF from the motor would manifest as noise at the sensor, which fortunately seems to not be the case at all. Noise levels did not change with the motor running or not running, and the error down to +/- 0.25 deg appears highly repeatable. To test this, I ran the motor through a full 720 deg sweep, and then took the difference between errors in the first and second revolution, by manually lining up the data. Ignore the +0.25 deg offset, as that's just a result of my lining things up poorly.