diff --git a/exercises/practice/anagram/.docs/instructions.append.md b/exercises/practice/anagram/.docs/instructions.append.md
index 1a7ccbad..2dae330f 100644
--- a/exercises/practice/anagram/.docs/instructions.append.md
+++ b/exercises/practice/anagram/.docs/instructions.append.md
@@ -1,3 +1,6 @@
 # Instructions append
 
-The skipped tests near the bottom of the anagram_test.php are **Stretch Goals**, they are optional. They require the usage of `mb_string` functions, which aren't installed by default with every version of PHP.
+You must return the anagrams in the same order as they are listed in the candidate words.
+
+The skipped tests near the bottom of the anagram_test.php are **Stretch Goals**, they are optional.
+They require the usage of `mb_string` functions, which aren't installed by default with every version of PHP.