diff --git a/README.md b/README.md
index 51076ec..7cb75d1 100644
--- a/README.md
+++ b/README.md
@@ -107,7 +107,7 @@ Turn the turtle clockwise by this `angle`, expressed in degrees with respect to
Turn the turtle to face `angle`, expressed in degrees with respect to the X axis. If `angle` is not a number, throw an exception.
-**TODO: Note that 180° is currently straight up; this is not intended, it is intended that 0° should be straight up, and this change will be made
+**TODO**: Note that 180° is currently straight up; this is not intended, it is intended that 0° should be straight up, and this change will be made
before version 1.0.
## Licence
diff --git a/index.html b/index.html
index 7797a01..4105eae 100644
--- a/index.html
+++ b/index.html
@@ -7,10 +7,10 @@