diff --git a/exercises/ocr-numbers/instructions.md b/exercises/ocr-numbers/instructions.md index f0a60ea8a..8a391ce4f 100644 --- a/exercises/ocr-numbers/instructions.md +++ b/exercises/ocr-numbers/instructions.md @@ -27,17 +27,21 @@ The following input (without the comments) is converted to `"1234567890"`. The following input is converted to `"123,456,789"`. + + ```text - _ _ + _ _ | _| _| ||_ _| - - _ _ -|_||_ |_ + + _ _ +|_||_ |_ | _||_| - - _ _ _ + + _ _ _ ||_||_| ||_| _| - + ``` + +