diff --git a/README.md b/README.md
index d1d6a1b..1b2b46a 100644
--- a/README.md
+++ b/README.md
@@ -10,18 +10,18 @@ __05-jun-2021__
_TODO FOR NEXT REVISION (v6.1.0)_
-- add page flipping to stdio, which requires adding to each subroutine
-- fix 8-bit bresenham in stdio and lores
-- reorganize mac files on stdio
-- delete pct,gcf,lcm in math collection
-- add modulus subroutines/macros to math
+- add page flipping to stdio, which requires adding to each subroutine
+- fix 8-bit bresenham in stdio and lores
+- reorganize mac files on stdio
+- delete pct,gcf,lcm in math collection
+- add modulus subroutines/macros to math
- add/fix memory catalog subroutine/macro in DOS
- change dos fmfil, etc. to be subroutines to decrease bytes
- fix 16bit bresenham in hires
- add bresenham circle routine to hires
- add rect, frect routines to hires
-- add signed macros to math collection
-- add floating point examples to math collection, if room exists
+- add signed macros to math collection
+- add floating point examples to math collection, if room exists
- revise all documentation to reflect changes (also previous changes)
__05-JUN-2021__