diff --git a/assign1/README.md b/assign1/README.md
index 1a96f208511a0044290b6a44622a0d3290060133..d73aa082185295e7dd354ca3e79817292b7e152a 100644
--- a/assign1/README.md
+++ b/assign1/README.md
@@ -146,7 +146,7 @@ and functions:
 `Tile`, `Direction`, `rotate2DInts`, and  `rotate2D<T>` must all be defined
 *outside* your `Twos` class, not inside.
 
-The rotation functions work as follows: ![rotate](rotate2.svg)
+The rotation functions work as follows: ![rotate2](rotate2.svg)
 
 The above must all be created exactly as specified or the unit tests
 will fail. *DO NOT* change even a single character of the unit tests